| 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 NHttpServiceHandler |
DefaultServerIOEventDispatch.handler |
Deprecated.
|
protected NHttpServiceHandler |
SSLServerIOEventDispatch.handler |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DefaultNHttpServerConnection.consumeInput(NHttpServiceHandler handler) |
|
void |
DefaultNHttpServerConnection.produceOutput(NHttpServiceHandler handler) |
| Constructor | Description |
|---|---|
DefaultServerIOEventDispatch(NHttpServiceHandler 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.
|
SSLServerIOEventDispatch(NHttpServiceHandler 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. |
SSLServerIOEventDispatch(NHttpServiceHandler 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 |
|---|---|
SSLServerIOEventDispatch(NHttpServiceHandler 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. |
SSLServerIOEventDispatch(NHttpServiceHandler 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 |
NHttpServerIOTarget.consumeInput(NHttpServiceHandler handler) |
Deprecated.
Triggered when the connection is ready to consume input.
|
void |
NHttpServerIOTarget.produceOutput(NHttpServiceHandler handler) |
Deprecated.
Triggered when the connection is ready to produce output.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AsyncNHttpServiceHandler |
Deprecated.
(4.2) use
HttpAsyncService |
class |
BufferingHttpServiceHandler |
Deprecated.
(4.2) use
HttpAsyncService |
class |
ThrottlingHttpServiceHandler |
Deprecated.
(4.2) use
HttpAsyncService |