Package org.apache.http.impl.nio

Default implementations of HTTP connections for asynchronous, even driven communication.

See:
          Description

Class Summary
DefaultClientIOEventDispatch Deprecated. (4.2) use DefaultHttpClientIODispatch
DefaultHttpClientIODispatch<H extends NHttpClientEventHandler> Default IOEventDispatch implementation that supports both plain (non-encrypted) and SSL encrypted client side HTTP connections.
DefaultHttpServerIODispatch<H extends NHttpServerEventHandler> Default IOEventDispatch implementation that supports both plain (non-encrypted) and SSL encrypted server side HTTP connections.
DefaultNHttpClientConnection Default implementation of the NHttpClientConnection interface.
DefaultNHttpClientConnectionFactory Default factory for plain (non-encrypted), non-blocking NHttpClientConnections.
DefaultNHttpServerConnection Default implementation of the NHttpServerConnection interface.
DefaultNHttpServerConnectionFactory Default factory for plain (non-encrypted), non-blocking NHttpServerConnections.
DefaultServerIOEventDispatch Deprecated. (4.2) use DefaultHttpServerIODispatch
NHttpConnectionBase This class serves as a base for all NHttpConnection implementations and provides functionality common to both client and server HTTP connections.
SSLClientIOEventDispatch Deprecated. (4.2) use SSLClientIOEventDispatch
SSLNHttpClientConnectionFactory Default factory for SSL encrypted, non-blocking NHttpClientConnections.
SSLNHttpServerConnectionFactory Default factory for SSL encrypted, non-blocking NHttpServerConnections.
SSLServerIOEventDispatch Deprecated. (4.2) use SSLServerIOEventDispatch
 

Package org.apache.http.impl.nio Description

Default implementations of HTTP connections for asynchronous, even driven communication.



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.