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(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) |
Copyright © 2019. All Rights Reserved.