| Package | Description | 
|---|---|
| org.jetlang.web | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | SessionDispatcherFactory.FiberSessionFactory<S> | 
| static class  | SessionDispatcherFactory.OnReadThreadDispatcher<S> | 
| Modifier and Type | Method and Description | 
|---|---|
| SessionDispatcherFactory<S> | WebServerConfigBuilder. getDispatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WebServerConfigBuilder. setDispatcher(SessionDispatcherFactory<S> dispatcher) | 
| Constructor and Description | 
|---|
| HeaderReader(SocketChannel channel,
            org.jetlang.fibers.NioFiber fiber,
            org.jetlang.fibers.NioControls controls,
            HttpRequestHandler<T> handler,
            SessionFactory<T> sessionFactory,
            SessionDispatcherFactory<T> dispatcher) | 
| NioReader(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) | 
| WebDispatcher(org.jetlang.fibers.NioFiber readFiber,
             HttpRequestHandler<S> handler,
             int readBufferSizeInBytes,
             int maxReadLoops,
             SessionFactory<S> factory,
             SessionDispatcherFactory<S> dispatcherFact) | 
Copyright © 2016. All Rights Reserved.