|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLIOSessionHandler | |
---|---|
org.apache.http.impl.nio | |
org.apache.http.impl.nio.reactor | NIO based implementations of HttpCore interfaces. |
Uses of SSLIOSessionHandler in org.apache.http.impl.nio |
---|
Fields in org.apache.http.impl.nio declared as SSLIOSessionHandler | |
---|---|
protected SSLIOSessionHandler |
SSLServerIOEventDispatch.sslHandler
|
protected SSLIOSessionHandler |
SSLClientIOEventDispatch.sslHandler
|
Methods in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler | |
---|---|
protected SSLIOSession |
SSLServerIOEventDispatch.createSSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslcontext,
SSLIOSessionHandler sslHandler)
|
protected SSLIOSession |
SSLClientIOEventDispatch.createSSLIOSession(IOSession session,
javax.net.ssl.SSLContext sslcontext,
SSLIOSessionHandler sslHandler)
|
Constructors in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler | |
---|---|
SSLClientIOEventDispatch(NHttpClientHandler handler,
javax.net.ssl.SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
org.apache.http.params.HttpParams params)
|
|
SSLServerIOEventDispatch(NHttpServiceHandler handler,
javax.net.ssl.SSLContext sslcontext,
SSLIOSessionHandler sslHandler,
org.apache.http.params.HttpParams params)
|
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,
javax.net.ssl.SSLContext sslContext,
SSLIOSessionHandler handler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |