Uses of Interface
org.apache.http.ExceptionLogger
-
Packages that use ExceptionLogger 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. -
-
Uses of ExceptionLogger in org.apache.http
Fields in org.apache.http declared as ExceptionLogger Modifier and Type Field Description static ExceptionLoggerExceptionLogger. NO_OPstatic ExceptionLoggerExceptionLogger. STD_ERR -
Uses of ExceptionLogger in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as ExceptionLogger Modifier and Type Field Description private ExceptionLoggerHttpServer. exceptionLoggerprivate ExceptionLoggerRequestListener. exceptionLoggerprivate ExceptionLoggerServerBootstrap. exceptionLoggerprivate ExceptionLoggerWorker. exceptionLoggerMethods in org.apache.http.impl.bootstrap with parameters of type ExceptionLogger Modifier and Type Method Description ServerBootstrapServerBootstrap. setExceptionLogger(ExceptionLogger exceptionLogger)AssignsExceptionLoggerinstance.Constructors in org.apache.http.impl.bootstrap with parameters of type ExceptionLogger Constructor 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) -
Uses of ExceptionLogger in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as ExceptionLogger Modifier and Type Field Description private ExceptionLoggerHttpServer. exceptionLoggerprivate ExceptionLoggerServerBootstrap. exceptionLoggerMethods in org.apache.http.impl.nio.bootstrap with parameters of type ExceptionLogger Modifier and Type Method Description ServerBootstrapServerBootstrap. setExceptionLogger(ExceptionLogger exceptionLogger)AssignsExceptionLoggerinstance.Constructors in org.apache.http.impl.nio.bootstrap with parameters of type ExceptionLogger Constructor Description HttpServer(int port, java.net.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 ExceptionLogger Modifier and Type Field Description private ExceptionLoggerHttpAsyncRequester. exceptionLoggerprivate ExceptionLoggerHttpAsyncRequestExecutor. exceptionLoggerprivate ExceptionLoggerHttpAsyncService. exceptionLoggerMethods in org.apache.http.nio.protocol that return ExceptionLogger Modifier and Type Method Description ExceptionLoggerHttpAsyncService. getExceptionLogger()Gets the ExceptionLogger for this service.Constructors in org.apache.http.nio.protocol with parameters of type ExceptionLogger Constructor Description HttpAsyncRequester(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.
-