org.apache.http.nio
.See: Description
Class | Description |
---|---|
DefaultClientIOEventDispatch | Deprecated
(4.2) use
DefaultHttpClientIODispatch |
DefaultHttpClientIODispatch |
Default
IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted client side HTTP connections. |
DefaultHttpServerIODispatch |
Default
IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted server side HTTP connections. |
DefaultNHttpClientConnection |
Default implementation of the
NHttpClientConnection interface. |
DefaultNHttpClientConnectionFactory |
Factory for plain (non-encrypted), non-blocking
NHttpClientConnection s. |
DefaultNHttpServerConnection |
Default implementation of the
NHttpServerConnection interface. |
DefaultNHttpServerConnectionFactory |
Factory for plain (non-encrypted), non-blocking
NHttpServerConnection s. |
DefaultServerIOEventDispatch | Deprecated
(4.2) use
DefaultHttpServerIODispatch |
NHttpConnectionBase |
This class serves as a base for all
NHttpConnection implementations
and implements functionality common to both client and server
HTTP connections. |
SSLClientIOEventDispatch | Deprecated
(4.2) use
SSLClientIOEventDispatch |
SSLNHttpClientConnectionFactory |
Factory for SSL encrypted, non-blocking
NHttpClientConnection s. |
SSLNHttpServerConnectionFactory |
Factory for SSL encrypted, non-blocking
NHttpServerConnection s. |
SSLServerIOEventDispatch | Deprecated
(4.2) use
SSLServerIOEventDispatch |
org.apache.http.nio
.Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.