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) |
NioWriter(java.lang.Object lock,
java.nio.channels.SocketChannel channel,
org.jetlang.fibers.NioFiber fiber,
IoBufferPool buffer) |