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 ExceptionListenerExceptionListener.NO_OPstatic final 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 ExceptionListenerModifier and TypeFieldDescriptionprivate final ExceptionListenerHttpServer.exceptionListenerprivate final ExceptionListenerRequestListener.exceptionListenerprivate ExceptionListenerServerBootstrap.exceptionListenerprivate final ExceptionListenerWorker.exceptionListenerMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type ExceptionListenerModifier and TypeMethodDescriptionfinal ServerBootstrapServerBootstrap.setExceptionListener(ExceptionListener exceptionListener) AssignsExceptionListenerinstance.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