Package | Description |
---|---|
org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
org.apache.http.impl.nio.ssl |
Modifier and Type | Field and Description |
---|---|
private SSLSetupHandler |
SSLSetupHandlerAdaptor.handler
Deprecated.
|
Constructor and Description |
---|
SSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler handler)
Deprecated.
|
SSLSetupHandlerAdaptor(SSLSetupHandler handler)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private SSLSetupHandler |
SSLClientIOEventDispatch.sslHandler
Deprecated.
|
private SSLSetupHandler |
SSLServerIOEventDispatch.sslHandler
Deprecated.
|
Modifier and Type | Method and 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 . |
Constructor and Description |
---|
SSLClientIOEventDispatch(NHttpClientHandler handler,
javax.net.ssl.SSLContext sslContext,
SSLSetupHandler sslHandler,
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,
SSLSetupHandler sslHandler,
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 . |