|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLIOSessionHandler | |
---|---|
org.apache.http.impl.nio | Default implementations for interfaces in
org.apache.http.nio . |
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. |
Uses of SSLIOSessionHandler in org.apache.http.impl.nio |
---|
Fields in org.apache.http.impl.nio declared as SSLIOSessionHandler | |
---|---|
protected SSLIOSessionHandler |
SSLClientIOEventDispatch.sslHandler
|
protected SSLIOSessionHandler |
SSLServerIOEventDispatch.sslHandler
|
Methods in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler | |
---|---|
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler)
Creates an instance of SSLIOSession decorating the given
IOSession . |
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler)
Creates an instance of SSLIOSession decorating the given
IOSession . |
Constructors in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler | |
---|---|
SSLClientIOEventDispatch(NHttpClientHandler handler,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
HttpParams params)
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,
SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
HttpParams params)
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 . |
Uses of SSLIOSessionHandler in org.apache.http.impl.nio.reactor |
---|
Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLIOSessionHandler | |
---|---|
SSLIOSession(IOSession session,
SSLContext sslContext,
SSLIOSessionHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |