Package | Description |
---|---|
org.apache.http |
Core HTTP component APIs and primitives.
|
org.apache.http.impl.bootstrap |
Embedded server and server bootstrap.
|
org.apache.http.impl.nio.bootstrap |
Embedded non-blocking server and server bootstrap.
|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
Modifier and Type | Field and Description |
---|---|
static ExceptionLogger |
ExceptionLogger.NO_OP |
static ExceptionLogger |
ExceptionLogger.STD_ERR |
Modifier and Type | Field and Description |
---|---|
private ExceptionLogger |
Worker.exceptionLogger |
private ExceptionLogger |
ServerBootstrap.exceptionLogger |
private ExceptionLogger |
HttpServer.exceptionLogger |
private ExceptionLogger |
RequestListener.exceptionLogger |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger)
Assigns
ExceptionLogger instance. |
Constructor and Description |
---|
HttpServer(int port,
java.net.InetAddress ifAddress,
SocketConfig socketConfig,
javax.net.ServerSocketFactory serverSocketFactory,
HttpService httpService,
HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory,
SSLServerSetupHandler sslSetupHandler,
ExceptionLogger exceptionLogger) |
RequestListener(SocketConfig socketConfig,
java.net.ServerSocket serversocket,
HttpService httpService,
HttpConnectionFactory<? extends HttpServerConnection> connectionFactory,
ExceptionLogger exceptionLogger,
java.util.concurrent.ExecutorService executorService) |
Worker(HttpService httpservice,
HttpServerConnection conn,
ExceptionLogger exceptionLogger) |
Modifier and Type | Field and Description |
---|---|
private ExceptionLogger |
ServerBootstrap.exceptionLogger |
private ExceptionLogger |
HttpServer.exceptionLogger |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger)
Assigns
ExceptionLogger instance. |
Constructor and Description |
---|
HttpServer(int port,
java.net.InetAddress ifAddress,
IOReactorConfig ioReactorConfig,
NHttpServerEventHandler serverEventHandler,
NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory,
ExceptionLogger exceptionLogger) |
Modifier and Type | Field and Description |
---|---|
private ExceptionLogger |
HttpAsyncRequester.exceptionLogger |
private ExceptionLogger |
HttpAsyncService.exceptionLogger |
private ExceptionLogger |
HttpAsyncRequestExecutor.exceptionLogger |
Modifier and Type | Method and Description |
---|---|
ExceptionLogger |
HttpAsyncService.getExceptionLogger()
Gets the ExceptionLogger for this service.
|
Constructor and Description |
---|
HttpAsyncRequester(HttpProcessor httpprocessor,
ConnectionReuseStrategy connReuseStrategy,
ExceptionLogger exceptionLogger)
Creates new instance of
HttpAsyncRequester . |
HttpAsyncRequestExecutor(int waitForContinue,
ExceptionLogger exceptionLogger)
Creates new instance of
HttpAsyncRequestExecutor . |
HttpAsyncService(HttpProcessor httpProcessor,
ConnectionReuseStrategy connStrategy,
HttpResponseFactory responseFactory,
HttpAsyncRequestHandlerMapper handlerMapper,
HttpAsyncExpectationVerifier expectationVerifier,
ExceptionLogger exceptionLogger)
Creates new instance of
HttpAsyncServerProtocolHandler . |
HttpAsyncService(HttpProcessor httpProcessor,
HttpAsyncRequestHandlerMapper handlerMapper,
ExceptionLogger exceptionLogger)
Creates new instance of
HttpAsyncServerProtocolHandler . |