Uses of Interface
org.apache.http.ExceptionLogger
Packages that use ExceptionLogger
Package
Description
Core HTTP component APIs and primitives.
Embedded server and server bootstrap.
Embedded non-blocking server and server bootstrap.
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 ExceptionLoggerModifier and TypeFieldDescriptionstatic final ExceptionLogger
ExceptionLogger.NO_OP
static final ExceptionLogger
ExceptionLogger.STD_ERR
-
Uses of ExceptionLogger in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as ExceptionLoggerModifier and TypeFieldDescriptionprivate final ExceptionLogger
HttpServer.exceptionLogger
private final ExceptionLogger
RequestListener.exceptionLogger
private ExceptionLogger
ServerBootstrap.exceptionLogger
private final ExceptionLogger
Worker.exceptionLogger
Methods in org.apache.http.impl.bootstrap with parameters of type ExceptionLoggerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setExceptionLogger
(ExceptionLogger exceptionLogger) AssignsExceptionLogger
instance.Constructors in org.apache.http.impl.bootstrap with parameters of type ExceptionLoggerModifierConstructorDescription(package private)
HttpServer
(int port, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger) RequestListener
(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger, ExecutorService executorService) (package private)
Worker
(HttpService httpservice, HttpServerConnection conn, ExceptionLogger exceptionLogger) -
Uses of ExceptionLogger in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as ExceptionLoggerModifier and TypeFieldDescriptionprivate final ExceptionLogger
HttpServer.exceptionLogger
private ExceptionLogger
ServerBootstrap.exceptionLogger
Methods in org.apache.http.impl.nio.bootstrap with parameters of type ExceptionLoggerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setExceptionLogger
(ExceptionLogger exceptionLogger) AssignsExceptionLogger
instance.Constructors in org.apache.http.impl.nio.bootstrap with parameters of type ExceptionLoggerModifierConstructorDescription(package private)
HttpServer
(int port, InetAddress ifAddress, IOReactorConfig ioReactorConfig, NHttpServerEventHandler serverEventHandler, NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger) -
Uses of ExceptionLogger in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as ExceptionLoggerModifier and TypeFieldDescriptionprivate final ExceptionLogger
HttpAsyncRequester.exceptionLogger
private final ExceptionLogger
HttpAsyncRequestExecutor.exceptionLogger
private final ExceptionLogger
HttpAsyncService.exceptionLogger
Methods in org.apache.http.nio.protocol that return ExceptionLoggerModifier and TypeMethodDescriptionHttpAsyncService.getExceptionLogger()
Gets the ExceptionLogger for this service.Constructors in org.apache.http.nio.protocol with parameters of type ExceptionLoggerModifierConstructorDescriptionHttpAsyncRequester
(HttpProcessor httpprocessor, ConnectionReuseStrategy connReuseStrategy, ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncRequester
.HttpAsyncRequestExecutor
(int waitForContinue, ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncRequestExecutor
.HttpAsyncService
(HttpProcessor httpProcessor, ConnectionReuseStrategy connStrategy, HttpResponseFactory responseFactory, HttpAsyncRequestHandlerMapper handlerMapper, HttpAsyncExpectationVerifier expectationVerifier, ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncServerProtocolHandler
.HttpAsyncService
(HttpProcessor httpProcessor, HttpAsyncRequestHandlerMapper handlerMapper, ExceptionLogger exceptionLogger) Creates new instance ofHttpAsyncServerProtocolHandler
.