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(java.lang.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(java.net.InetAddress localAddress) |
Assigns local interface for the listener.
|
ServerBootstrap |
ServerBootstrap.setResponseFactory(HttpResponseFactory responseFactory) |
|
ServerBootstrap |
ServerBootstrap.setServerInfo(java.lang.String serverInfo) |
Assigns Server response header value.
|
ServerBootstrap |
ServerBootstrap.setSslContext(javax.net.ssl.SSLContext sslContext) |
Assigns SSLContext instance.
|
ServerBootstrap |
ServerBootstrap.setSslSetupHandler(SSLSetupHandler sslSetupHandler) |
|