HeaderReader(java.nio.channels.SocketChannel channel,
org.jetlang.fibers.NioFiber fiber,
org.jetlang.fibers.NioControls controls,
HttpRequestHandler<T> handler,
SessionFactory<T> sessionFactory,
SessionDispatcherFactory<T> dispatcher,
IoBufferPool bufferFactory) |
NioReader(java.nio.channels.SocketChannel channel,
org.jetlang.fibers.NioFiber fiber,
org.jetlang.fibers.NioControls controls,
HttpRequestHandler<T> handler,
int readBufferSizeInBytes,
int maxReadLoops,
SessionFactory<T> fact,
SessionDispatcherFactory<T> dispatcherFact,
IoBufferPool bufferFactory) |
WebDispatcher(org.jetlang.fibers.NioFiber readFiber,
HttpRequestHandler<S> handler,
int readBufferSizeInBytes,
int maxReadLoops,
SessionFactory<S> factory,
SessionDispatcherFactory<S> dispatcherFact,
IoBufferPool.Factory bufferFactory) |