Uses of Interface
org.apache.hc.core5.http.ExceptionListener
-
Packages that use ExceptionListener Package Description org.apache.hc.core5.http Core HTTP transport component APIs.org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.testing.classic -
-
Uses of ExceptionListener in org.apache.hc.core5.http
Fields in org.apache.hc.core5.http declared as ExceptionListener Modifier and Type Field Description static ExceptionListenerExceptionListener. NO_OPstatic ExceptionListenerExceptionListener. STD_ERR -
Uses of ExceptionListener in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as ExceptionListener Modifier and Type Field Description private ExceptionListenerHttpServer. exceptionListenerprivate ExceptionListenerRequestListener. exceptionListenerprivate ExceptionListenerServerBootstrap. exceptionListenerprivate ExceptionListenerWorker. exceptionListenerMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type ExceptionListener Modifier and Type Method Description ServerBootstrapServerBootstrap. setExceptionListener(ExceptionListener exceptionListener)AssignsExceptionListenerinstance.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type ExceptionListener Constructor Description HttpServer(int port, HttpService httpService, java.net.InetAddress ifAddress, SocketConfig socketConfig, javax.net.ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<javax.net.ssl.SSLParameters> sslSetupHandler, ExceptionListener exceptionListener)RequestListener(SocketConfig socketConfig, java.net.ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, java.util.concurrent.ExecutorService executorService)Worker(HttpService httpservice, HttpServerConnection conn, ExceptionListener exceptionListener) -
Uses of ExceptionListener in org.apache.hc.core5.testing.classic
Classes in org.apache.hc.core5.testing.classic that implement ExceptionListener Modifier and Type Class Description classLoggingExceptionListener
-