| Package | Description |
|---|---|
| org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
| org.apache.http.impl.nio.ssl | |
| org.apache.http.nio |
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
|
| org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected NHttpClientHandler |
DefaultClientIOEventDispatch.handler |
Deprecated.
|
protected NHttpClientHandler |
SSLClientIOEventDispatch.handler |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultNHttpClientConnection.consumeInput(NHttpClientHandler handler) |
|
void |
DefaultNHttpClientConnection.produceOutput(NHttpClientHandler handler) |
| Constructor | Description |
|---|---|
DefaultClientIOEventDispatch(NHttpClientHandler handler,
org.apache.http.params.HttpParams params) |
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler.
|
SSLClientIOEventDispatch(NHttpClientHandler handler,
javax.net.ssl.SSLContext sslContext,
SSLIOSessionHandler sslHandler,
org.apache.http.params.HttpParams params) |
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext. |
SSLClientIOEventDispatch(NHttpClientHandler handler,
javax.net.ssl.SSLContext sslContext,
org.apache.http.params.HttpParams params) |
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext. |
| Constructor | Description |
|---|---|
SSLClientIOEventDispatch(NHttpClientHandler handler,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler,
org.apache.http.params.HttpParams params) |
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext. |
SSLClientIOEventDispatch(NHttpClientHandler handler,
javax.net.ssl.SSLContext sslContext,
org.apache.http.params.HttpParams params) |
Deprecated.
Creates a new instance of this class to be used for dispatching I/O event
notifications to the given protocol handler using the given
SSLContext. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
NHttpClientIOTarget.consumeInput(NHttpClientHandler handler) |
Deprecated.
Triggered when the connection is ready to consume input.
|
void |
NHttpClientIOTarget.produceOutput(NHttpClientHandler handler) |
Deprecated.
Triggered when the connection is ready to produce output.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AsyncNHttpClientHandler |
Deprecated.
(4.2) use
HttpAsyncRequestExecutor and HttpAsyncRequester |
class |
BufferingHttpClientHandler |
Deprecated.
(4.2) use
HttpAsyncRequestExecutor and HttpAsyncRequester |
class |
ThrottlingHttpClientHandler |
Deprecated.
(4.2) use
HttpAsyncRequestExecutor and HttpAsyncRequester |