ServerBootstrap |
ServerBootstrap.addInterceptorFirst(HttpRequestInterceptor itcp) |
Adds this protocol interceptor to the head of the protocol processing list.
|
ServerBootstrap |
ServerBootstrap.addInterceptorFirst(HttpResponseInterceptor itcp) |
Adds this protocol interceptor to the head of the protocol processing list.
|
ServerBootstrap |
ServerBootstrap.addInterceptorLast(HttpRequestInterceptor itcp) |
Adds this protocol interceptor to the tail of the protocol processing list.
|
ServerBootstrap |
ServerBootstrap.addInterceptorLast(HttpResponseInterceptor itcp) |
Adds this protocol interceptor to the tail of the protocol processing list.
|
static ServerBootstrap |
ServerBootstrap.bootstrap() |
|
ServerBootstrap |
ServerBootstrap.registerHandler(String pattern,
HttpAsyncRequestHandler<?> handler) |
|
ServerBootstrap |
ServerBootstrap.setConnectionConfig(ConnectionConfig connectionConfig) |
Sets connection configuration.
|
ServerBootstrap |
ServerBootstrap.setConnectionFactory(NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory) |
|
ServerBootstrap |
ServerBootstrap.setConnectionReuseStrategy(ConnectionReuseStrategy connStrategy) |
|
ServerBootstrap |
ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger) |
|
ServerBootstrap |
ServerBootstrap.setExpectationVerifier(HttpAsyncExpectationVerifier expectationVerifier) |
|
ServerBootstrap |
ServerBootstrap.setHandlerMapper(HttpAsyncRequestHandlerMapper handlerMapper) |
|
ServerBootstrap |
ServerBootstrap.setHttpProcessor(HttpProcessor httpProcessor) |
|
ServerBootstrap |
ServerBootstrap.setIOReactorConfig(IOReactorConfig ioReactorConfig) |
Sets I/O reactor configuration.
|
ServerBootstrap |
ServerBootstrap.setListenerPort(int listenerPort) |
Sets listener port number.
|
ServerBootstrap |
ServerBootstrap.setLocalAddress(InetAddress localAddress) |
Assigns local interface for the listener.
|
ServerBootstrap |
ServerBootstrap.setResponseFactory(HttpResponseFactory responseFactory) |
|
ServerBootstrap |
ServerBootstrap.setServerInfo(String serverInfo) |
Assigns Server response header value.
|
ServerBootstrap |
ServerBootstrap.setSslContext(SSLContext sslContext) |
|
ServerBootstrap |
ServerBootstrap.setSslSetupHandler(SSLSetupHandler sslSetupHandler) |
|