Package org.apache.http.impl.nio
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
Class Summary Class Description DefaultClientIOEventDispatch Deprecated. (4.2) useDefaultHttpClientIODispatch
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.DefaultNHttpServerConnectionFactory Default factory for plain (non-encrypted), non-blockingNHttpServerConnection
s.DefaultServerIOEventDispatch Deprecated. (4.2) useDefaultHttpServerIODispatch
NHttpConnectionBase This class serves as a base for allNHttpConnection
implementations and provides functionality common to both client and server HTTP connections.SSLClientIOEventDispatch Deprecated. (4.2) useSSLClientIOEventDispatch
SSLNHttpClientConnectionFactory Default factory for SSL encrypted, non-blockingNHttpClientConnection
s.SSLNHttpServerConnectionFactory Default factory for SSL encrypted, non-blockingNHttpServerConnection
s.SSLServerIOEventDispatch Deprecated. (4.2) useSSLServerIOEventDispatch