|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionLogger | |
|---|---|
| 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. |
| Uses of ExceptionLogger in org.apache.http |
|---|
| Fields in org.apache.http declared as ExceptionLogger | |
|---|---|
static ExceptionLogger |
ExceptionLogger.NO_OP
|
static ExceptionLogger |
ExceptionLogger.STD_ERR
|
| Uses of ExceptionLogger in org.apache.http.impl.bootstrap |
|---|
| Methods in org.apache.http.impl.bootstrap with parameters of type ExceptionLogger | |
|---|---|
ServerBootstrap |
ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger)
Assigns ExceptionLogger instance. |
| Uses of ExceptionLogger in org.apache.http.impl.nio.bootstrap |
|---|
| Methods in org.apache.http.impl.nio.bootstrap with parameters of type ExceptionLogger | |
|---|---|
ServerBootstrap |
ServerBootstrap.setExceptionLogger(ExceptionLogger exceptionLogger)
Assigns ExceptionLogger instance. |
| Uses of ExceptionLogger in org.apache.http.nio.protocol |
|---|
| Methods in org.apache.http.nio.protocol that return ExceptionLogger | |
|---|---|
ExceptionLogger |
HttpAsyncService.getExceptionLogger()
Gets the ExceptionLogger for this service. |
| Constructors in org.apache.http.nio.protocol with parameters of type ExceptionLogger | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||