|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLIOSession | |
---|---|
org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio . |
org.apache.http.impl.nio.ssl |
Uses of SSLIOSession in org.apache.http.impl.nio |
---|
Methods in org.apache.http.impl.nio that return SSLIOSession | |
---|---|
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 . |
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,
javax.net.ssl.SSLContext sslcontext,
SSLSetupHandler sslHandler)
Creates an instance of SSLIOSession decorating the given
IOSession . |
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslcontext,
SSLSetupHandler sslHandler)
Creates an instance of SSLIOSession decorating the given
IOSession . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |