| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerBootstrap | |
|---|---|
| org.apache.http.impl.bootstrap | Embedded server and server bootstrap. | 
| Uses of ServerBootstrap in org.apache.http.impl.bootstrap | 
|---|
| Methods in org.apache.http.impl.bootstrap that return ServerBootstrap | |
|---|---|
|  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,
                HttpRequestHandler handler)Registers the given HttpRequestHandleras a handler for URIs
 matching the given pattern. | 
|  ServerBootstrap | ServerBootstrap.setConnectionConfig(ConnectionConfig connectionConfig)Sets connection configuration. | 
|  ServerBootstrap | ServerBootstrap.setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory)Assigns HttpConnectionFactoryinstance. | 
|  ServerBootstrap | ServerBootstrap.setConnectionReuseStrategy(ConnectionReuseStrategy connStrategy)Assigns ConnectionReuseStrategyinstance. | 
|  ServerBootstrap | ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger)Assigns ExceptionLoggerinstance. | 
|  ServerBootstrap | ServerBootstrap.setExpectationVerifier(HttpExpectationVerifier expectationVerifier)Assigns HttpExpectationVerifierinstance. | 
|  ServerBootstrap | ServerBootstrap.setHandlerMapper(HttpRequestHandlerMapper handlerMapper)Assigns HttpRequestHandlerMapperinstance. | 
|  ServerBootstrap | ServerBootstrap.setHttpProcessor(HttpProcessor httpProcessor)Assigns HttpProcessorinstance. | 
|  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)Assigns HttpResponseFactoryinstance. | 
|  ServerBootstrap | ServerBootstrap.setServerInfo(String serverInfo)Assigns Serverresponse header value. | 
|  ServerBootstrap | ServerBootstrap.setServerSocketFactory(ServerSocketFactory serverSocketFactory)Assigns ServerSocketFactoryinstance. | 
|  ServerBootstrap | ServerBootstrap.setSocketConfig(SocketConfig socketConfig)Sets socket configuration. | 
|  ServerBootstrap | ServerBootstrap.setSslContext(SSLContext sslContext)Assigns SSLContextinstance. | 
|  ServerBootstrap | ServerBootstrap.setSslSetupHandler(SSLServerSetupHandler sslSetupHandler)Assigns SSLServerSetupHandlerinstance. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||