Uses of Class
org.apache.http.impl.nio.reactor.AbstractIODispatch
-
Packages that use AbstractIODispatch Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.ssl -
-
Uses of AbstractIODispatch in org.apache.http.impl.nio
Subclasses of AbstractIODispatch in org.apache.http.impl.nio Modifier and Type Class Description classDefaultClientIOEventDispatchDeprecated.(4.2) useDefaultHttpClientIODispatchclassDefaultHttpClientIODispatch<H extends NHttpClientEventHandler>DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.classDefaultHttpServerIODispatch<H extends NHttpServerEventHandler>DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.classDefaultServerIOEventDispatchDeprecated.(4.2) useDefaultHttpServerIODispatch -
Uses of AbstractIODispatch in org.apache.http.impl.nio.ssl
Subclasses of AbstractIODispatch in org.apache.http.impl.nio.ssl Modifier and Type Class Description classSSLClientIOEventDispatchDeprecated.(4.2) useDefaultHttpClientIODispatchclassSSLServerIOEventDispatchDeprecated.(4.2) useDefaultHttpServerIODispatch
-