| Package | Description | 
|---|---|
| org.jetlang.web | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | HttpRequestHandler.Default<T> | 
| Modifier and Type | Method and Description | 
|---|---|
| protected HttpRequestHandler<S> | WebServerConfigBuilder. createHandler(HandlerLocator.List<S> handlerMap) | 
| HttpRequestHandler<S> | WebServerConfigBuilder.RequestDecorator. decorate(HttpRequestHandler<S> handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpRequestHandler<S> | WebServerConfigBuilder.RequestDecorator. decorate(HttpRequestHandler<S> handler) | 
| 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.