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 ExceptionListener
ExceptionListener. NO_OP
static ExceptionListener
ExceptionListener. 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 ExceptionListener
HttpServer. exceptionListener
private ExceptionListener
RequestListener. exceptionListener
private ExceptionListener
ServerBootstrap. exceptionListener
private ExceptionListener
Worker. exceptionListener
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type ExceptionListener Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setExceptionListener(ExceptionListener exceptionListener)
AssignsExceptionListener
instance.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 class
LoggingExceptionListener
-