| Package | Description |
|---|---|
| org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
| org.apache.http.impl.nio.ssl |
| 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. |
| Modifier and Type | Method | Description |
|---|---|---|
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler) |
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession. |
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler) |
Deprecated.
Creates an instance of
SSLIOSession decorating the given
IOSession. |
| Modifier and Type | Method | Description |
|---|---|---|
protected NHttpClientIOTarget |
SSLClientIOEventDispatch.createSSLConnection(SSLIOSession ssliosession) |
Deprecated.
|
protected NHttpServerIOTarget |
SSLServerIOEventDispatch.createSSLConnection(SSLIOSession ssliosession) |
Deprecated.
|