Package | Description |
---|---|
org.jetlang.web |
Modifier and Type | Class and Description |
---|---|
static class |
HttpRequestHandler.Default |
Modifier and Type | Method and Description |
---|---|
protected HttpRequestHandler |
WebServerConfigBuilder.createHandler(Map<String,Handler> handlerMap) |
Constructor and Description |
---|
HeaderReader(SocketChannel channel,
org.jetlang.fibers.NioFiber fiber,
org.jetlang.fibers.NioControls controls,
HttpRequestHandler handler) |
NioReader(SocketChannel channel,
org.jetlang.fibers.NioFiber fiber,
org.jetlang.fibers.NioControls controls,
HttpRequestHandler handler,
int readBufferSizeInBytes,
int maxReadLoops) |
WebDispatcher(org.jetlang.fibers.NioFiber readFiber,
HttpRequestHandler handler,
int readBufferSizeInBytes,
int maxReadLoops) |
Copyright © 2016. All Rights Reserved.