Package org.apache.http.impl.nio

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

See:
          Description

Class Summary
DefaultClientIOEventDispatch Default implementation of IOEventDispatch interface for plain (unencrypted) client-side HTTP connections.
DefaultNHttpClientConnection Default implementation of the NHttpClientConnection interface.
DefaultNHttpServerConnection Default implementation of the NHttpServerConnection interface.
DefaultServerIOEventDispatch Default implementation of IOEventDispatch interface for plain (unencrypted) server-side HTTP connections.
NHttpConnectionBase This class serves as a base for all NHttpConnection implementations and implements functionality common to both client and server HTTP connections.
SSLClientIOEventDispatch Default implementation of IOEventDispatch interface for SSL (encrypted) client-side HTTP connections.
SSLServerIOEventDispatch Default implementation of IOEventDispatch interface for SSL (encrypted) server-side HTTP connections.
 

Package org.apache.http.impl.nio Description

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



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.