Uses of Class
org.apache.http.impl.nio.reactor.SSLIOSession
Packages that use SSLIOSession
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
-
Uses of SSLIOSession in org.apache.http.impl.nio
Methods in org.apache.http.impl.nio that return SSLIOSessionModifier and TypeMethodDescriptionprotected SSLIOSession
SSLClientIOEventDispatch.createSSLIOSession
(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler) Deprecated.Creates an instance ofSSLIOSession
decorating the givenIOSession
.protected SSLIOSession
SSLServerIOEventDispatch.createSSLIOSession
(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler) Deprecated.Creates an instance ofSSLIOSession
decorating the givenIOSession
. -
Uses of SSLIOSession in org.apache.http.impl.nio.ssl
Methods in org.apache.http.impl.nio.ssl that return SSLIOSessionModifier and TypeMethodDescriptionprotected SSLIOSession
SSLClientIOEventDispatch.createSSLIOSession
(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler) Deprecated.Creates an instance ofSSLIOSession
decorating the givenIOSession
.protected SSLIOSession
SSLServerIOEventDispatch.createSSLIOSession
(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler) Deprecated.Creates an instance ofSSLIOSession
decorating the givenIOSession
.Methods in org.apache.http.impl.nio.ssl with parameters of type SSLIOSessionModifier and TypeMethodDescriptionprotected NHttpClientIOTarget
SSLClientIOEventDispatch.createSSLConnection
(SSLIOSession sslioSession) Deprecated.protected NHttpServerIOTarget
SSLServerIOEventDispatch.createSSLConnection
(SSLIOSession sslioSession) Deprecated.