Package org.apache.http.impl.nio
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
Class Summary Class Description DefaultClientIOEventDispatch Deprecated. (4.2) useDefaultHttpClientIODispatchDefaultHttpClientIODispatch DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.DefaultHttpServerIODispatch DefaultIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.DefaultNHttpClientConnection Default implementation of theNHttpClientConnectioninterface.DefaultNHttpClientConnectionFactory Default factory for plain (non-encrypted), non-blockingNHttpClientConnections.DefaultNHttpServerConnection Default implementation of theNHttpServerConnectioninterface.DefaultNHttpServerConnectionFactory Default factory for plain (non-encrypted), non-blockingNHttpServerConnections.DefaultServerIOEventDispatch Deprecated. (4.2) useDefaultHttpServerIODispatchNHttpConnectionBase This class serves as a base for allNHttpConnectionimplementations and provides functionality common to both client and server HTTP connections.SSLClientIOEventDispatch Deprecated. (4.2) useSSLClientIOEventDispatchSSLNHttpClientConnectionFactory Default factory for SSL encrypted, non-blockingNHttpClientConnections.SSLNHttpServerConnectionFactory Default factory for SSL encrypted, non-blockingNHttpServerConnections.SSLServerIOEventDispatch Deprecated. (4.2) useSSLServerIOEventDispatch