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 SSLIOSessionSSLClientIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler) Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.protected SSLIOSessionSSLServerIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler) Deprecated.Creates an instance ofSSLIOSessiondecorating 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 SSLIOSessionSSLClientIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler) Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.protected SSLIOSessionSSLServerIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler) Deprecated.Creates an instance ofSSLIOSessiondecorating the givenIOSession.Methods in org.apache.http.impl.nio.ssl with parameters of type SSLIOSessionModifier and TypeMethodDescriptionprotected NHttpClientIOTargetSSLClientIOEventDispatch.createSSLConnection(SSLIOSession sslioSession) Deprecated.protected NHttpServerIOTargetSSLServerIOEventDispatch.createSSLConnection(SSLIOSession sslioSession) Deprecated.