| Package | Description |
|---|---|
| org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
| org.apache.http.impl.nio.pool |
Default implementations of client side connection pools
for asynchronous, even driven communication.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultNHttpClientConnectionFactory
Default factory for plain (non-encrypted), non-blocking
NHttpClientConnections. |
class |
DefaultNHttpServerConnectionFactory
Default factory for plain (non-encrypted), non-blocking
NHttpServerConnections. |
class |
SSLNHttpClientConnectionFactory
Default factory for SSL encrypted, non-blocking
NHttpClientConnections. |
class |
SSLNHttpServerConnectionFactory
Default factory for SSL encrypted, non-blocking
NHttpServerConnections. |
| Constructor and Description |
|---|
DefaultHttpClientIODispatch(NHttpClientEventHandler handler,
NHttpConnectionFactory<DefaultNHttpClientConnection> connFactory)
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
DefaultHttpServerIODispatch(NHttpServerEventHandler handler,
NHttpConnectionFactory<DefaultNHttpServerConnection> connFactory) |
| Constructor and Description |
|---|
BasicNIOConnFactory(NHttpConnectionFactory<? extends NHttpClientConnection> plainFactory) |
BasicNIOConnFactory(NHttpConnectionFactory<? extends NHttpClientConnection> plainFactory,
NHttpConnectionFactory<? extends NHttpClientConnection> sslFactory) |
BasicNIOConnFactory(NHttpConnectionFactory<? extends NHttpClientConnection> plainFactory,
NHttpConnectionFactory<? extends NHttpClientConnection> sslFactory) |
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.