Uses of Class
org.apache.http.impl.bootstrap.ServerBootstrap
Packages that use ServerBootstrap
-
Uses of ServerBootstrap in org.apache.http.impl.bootstrap
Methods in org.apache.http.impl.bootstrap that return ServerBootstrapModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.addInterceptorFirst
(HttpRequestInterceptor itcp) Adds this protocol interceptor to the head of the protocol processing list.final ServerBootstrap
ServerBootstrap.addInterceptorFirst
(HttpResponseInterceptor itcp) Adds this protocol interceptor to the head of the protocol processing list.final ServerBootstrap
ServerBootstrap.addInterceptorLast
(HttpRequestInterceptor itcp) Adds this protocol interceptor to the tail of the protocol processing list.final ServerBootstrap
ServerBootstrap.addInterceptorLast
(HttpResponseInterceptor itcp) Adds this protocol interceptor to the tail of the protocol processing list.static ServerBootstrap
ServerBootstrap.bootstrap()
final ServerBootstrap
ServerBootstrap.registerHandler
(String pattern, HttpRequestHandler handler) Registers the givenHttpRequestHandler
as a handler for URIs matching the given pattern.final ServerBootstrap
ServerBootstrap.setConnectionConfig
(ConnectionConfig connectionConfig) Sets connection configuration.final ServerBootstrap
ServerBootstrap.setConnectionFactory
(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory) AssignsHttpConnectionFactory
instance.final ServerBootstrap
ServerBootstrap.setConnectionReuseStrategy
(ConnectionReuseStrategy connStrategy) AssignsConnectionReuseStrategy
instance.final ServerBootstrap
ServerBootstrap.setExceptionLogger
(ExceptionLogger exceptionLogger) AssignsExceptionLogger
instance.final ServerBootstrap
ServerBootstrap.setExpectationVerifier
(HttpExpectationVerifier expectationVerifier) AssignsHttpExpectationVerifier
instance.final ServerBootstrap
ServerBootstrap.setHandlerMapper
(HttpRequestHandlerMapper handlerMapper) AssignsHttpRequestHandlerMapper
instance.final ServerBootstrap
ServerBootstrap.setHttpProcessor
(HttpProcessor httpProcessor) AssignsHttpProcessor
instance.final ServerBootstrap
ServerBootstrap.setListenerPort
(int listenerPort) Sets listener port number.final ServerBootstrap
ServerBootstrap.setLocalAddress
(InetAddress localAddress) Assigns local interface for the listener.final ServerBootstrap
ServerBootstrap.setResponseFactory
(HttpResponseFactory responseFactory) AssignsHttpResponseFactory
instance.final ServerBootstrap
ServerBootstrap.setServerInfo
(String serverInfo) AssignsServer
response header value.final ServerBootstrap
ServerBootstrap.setServerSocketFactory
(ServerSocketFactory serverSocketFactory) AssignsServerSocketFactory
instance.final ServerBootstrap
ServerBootstrap.setSocketConfig
(SocketConfig socketConfig) Sets socket configuration.final ServerBootstrap
ServerBootstrap.setSslContext
(SSLContext sslContext) AssignsSSLContext
instance.final ServerBootstrap
ServerBootstrap.setSslSetupHandler
(SSLServerSetupHandler sslSetupHandler) AssignsSSLServerSetupHandler
instance.