| 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 | Method | Description |
|---|---|---|
protected SSLIOSession |
SSLNHttpClientConnectionFactory.createSSLIOSession(IOSession iosession,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler) |
|
protected SSLIOSession |
SSLNHttpServerConnectionFactory.createSSLIOSession(IOSession iosession,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SSLIOSession |
Deprecated.
(4.2) use
SSLIOSession |