Uses of Package
org.apache.http.impl.nio
-
Packages that use org.apache.http.impl.nio Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.bootstrap Embedded non-blocking server and server bootstrap.org.apache.http.impl.nio.ssl -
Classes in org.apache.http.impl.nio used by org.apache.http.impl.nio Class Description DefaultHttpClientIODispatch DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.DefaultHttpServerIODispatch DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.DefaultNHttpClientConnection Default implementation of theNHttpClientConnection
interface.DefaultNHttpClientConnectionFactory Default factory for plain (non-encrypted), non-blockingNHttpClientConnection
s.DefaultNHttpServerConnection Default implementation of theNHttpServerConnection
interface.NHttpConnectionBase This class serves as a base for allNHttpConnection
implementations and provides functionality common to both client and server HTTP connections.SSLNHttpClientConnectionFactory Default factory for SSL encrypted, non-blockingNHttpClientConnection
s. -
Classes in org.apache.http.impl.nio used by org.apache.http.impl.nio.bootstrap Class Description DefaultNHttpServerConnection Default implementation of theNHttpServerConnection
interface. -
Classes in org.apache.http.impl.nio used by org.apache.http.impl.nio.ssl Class Description DefaultClientIOEventDispatch Deprecated.(4.2) useDefaultHttpClientIODispatch
DefaultServerIOEventDispatch Deprecated.(4.2) useDefaultHttpServerIODispatch