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 class
DefaultClientIOEventDispatch
Deprecated.(4.2) useDefaultHttpClientIODispatch
class
DefaultHttpClientIODispatch<H extends NHttpClientEventHandler>
DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.class
DefaultHttpServerIODispatch<H extends NHttpServerEventHandler>
DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.class
DefaultServerIOEventDispatch
Deprecated.(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 class
SSLClientIOEventDispatch
Deprecated.(4.2) useDefaultHttpClientIODispatch
class
SSLServerIOEventDispatch
Deprecated.(4.2) useDefaultHttpServerIODispatch
-