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 | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger)
Assigns
ExceptionLogger instance. |
Modifier and Type | Method and Description |
---|---|
ServerBootstrap |
ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger)
Assigns
ExceptionLogger instance. |
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 . |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.