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<H extends NHttpClientEventHandler> DefaultIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.DefaultHttpServerIODispatch<H extends NHttpServerEventHandler> 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
NHttpClientEventHandlerAdaptor Deprecated. (4.2)NHttpConnectionBase This class serves as a base for allNHttpConnection
implementations and provides functionality common to both client and server HTTP connections.NHttpServerEventHandlerAdaptor Deprecated. (4.2)SessionHttpContext SSLClientIOEventDispatch Deprecated. (4.2) useSSLClientIOEventDispatch
SSLContextUtils SSLNHttpClientConnectionFactory Default factory for SSL encrypted, non-blockingNHttpClientConnection
s.SSLNHttpServerConnectionFactory Default factory for SSL encrypted, non-blockingNHttpServerConnection
s.SSLServerIOEventDispatch Deprecated. (4.2) useSSLServerIOEventDispatch