Uses of Interface
org.apache.hc.core5.http.ExceptionListener
Packages that use ExceptionListener
Package
Description
Core HTTP transport component APIs.
HTTP/1.1 requester and server bootstrap.
-
Uses of ExceptionListener in org.apache.hc.core5.http
Fields in org.apache.hc.core5.http declared as ExceptionListenerModifier and TypeFieldDescriptionstatic final ExceptionListener
ExceptionListener.NO_OP
static final 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 ExceptionListenerModifier and TypeFieldDescriptionprivate final ExceptionListener
HttpServer.exceptionListener
private final ExceptionListener
RequestListener.exceptionListener
private ExceptionListener
ServerBootstrap.exceptionListener
private final ExceptionListener
Worker.exceptionListener
Methods in org.apache.hc.core5.http.impl.bootstrap with parameters of type ExceptionListenerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setExceptionListener
(ExceptionListener exceptionListener) AssignsExceptionListener
instance.Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type ExceptionListenerModifierConstructorDescriptionHttpServer
(int port, HttpService httpService, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<SSLParameters> sslSetupHandler, ExceptionListener exceptionListener) RequestListener
(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, ExecutorService executorService) (package private)
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