Package org.apache.http.impl.nio

Default implementations for interfaces in org.apache.http.nio.

See:
          Description

Class Summary
AbstractIODispatch<T extends NHttpConnection> Abstract IOEventDispatch implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.
DefaultClientIODispatch Default IOEventDispatch implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.
DefaultClientIOEventDispatch Deprecated. use DefaultClientIODispatch
DefaultNHttpClientConnection Default implementation of the NHttpClientConnection interface.
DefaultNHttpClientConnectionFactory Plain (non-encrypted) NHttpClientConnection factory.
DefaultNHttpServerConnection Default implementation of the NHttpServerConnection interface.
DefaultNHttpServerConnectionFactory Plain (non-encrypted) NHttpServerConnection factory.
DefaultServerIODispatch Default implementation of IOEventDispatch interface for plain (non-encrypted) server-side HTTP connections.
DefaultServerIOEventDispatch Deprecated. use DefaultServerIODispatch
NHttpConnectionBase This class serves as a base for all NHttpConnection implementations and implements functionality common to both client and server HTTP connections.
SSLClientIOEventDispatch Deprecated. use SSLClientIOEventDispatch
SSLNHttpClientConnectionFactory SSL encrypted non-blocking NHttpClientConnection factory.
SSLNHttpServerConnectionFactory SSL encrypted non-blocking NHttpServerConnection factory.
SSLServerIOEventDispatch Deprecated. use SSLServerIOEventDispatch
 

Package org.apache.http.impl.nio Description

Default implementations for interfaces in org.apache.http.nio.



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.