| Package | Description |
|---|---|
| org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
| org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SSLIOSessionHandler |
SSLClientIOEventDispatch.sslHandler |
Deprecated.
|
protected SSLIOSessionHandler |
SSLServerIOEventDispatch.sslHandler |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslContext,
SSLIOSessionHandler sslHandler) |
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession. |
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslContext,
SSLIOSessionHandler sslHandler) |
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession. |
| Constructor | Description |
|---|---|
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. |
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. |
| Constructor | Description |
|---|---|
SSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslContext,
SSLIOSessionHandler handler) |
Deprecated.
|