|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLIOSession | |
---|---|
org.apache.http.impl.nio.reactor | Default implementations for interfaces in
org.apache.http.nio including default
I/O reactor implementations and support for SSL/TLS transport security. |
org.apache.http.impl.nio.ssl |
Uses of SSLIOSession in org.apache.http.impl.nio.reactor |
---|
Subclasses of SSLIOSession in org.apache.http.impl.nio.reactor | |
---|---|
class |
SSLIOSession
Deprecated. use SSLIOSession |
Uses of SSLIOSession in org.apache.http.impl.nio.ssl |
---|
Methods in org.apache.http.impl.nio.ssl that return SSLIOSession | |
---|---|
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLSetupHandler sslHandler)
Deprecated. Creates an instance of SSLIOSession decorating the given
IOSession . |
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLSetupHandler sslHandler)
Deprecated. Creates an instance of SSLIOSession decorating the given
IOSession . |
Methods in org.apache.http.impl.nio.ssl with parameters of type SSLIOSession | |
---|---|
protected NHttpClientIOTarget |
SSLClientIOEventDispatch.createSSLConnection(SSLIOSession ssliosession)
Deprecated. |
protected NHttpServerIOTarget |
SSLServerIOEventDispatch.createSSLConnection(SSLIOSession ssliosession)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |