Uses of Class
org.apache.http.nio.reactor.ssl.SSLIOSession
Packages that use SSLIOSession
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of SSLIOSession in org.apache.http.impl.nio
Methods in org.apache.http.impl.nio that return SSLIOSessionModifier and TypeMethodDescriptionprotected SSLIOSession
SSLNHttpClientConnectionFactory.createSSLIOSession
(IOSession ioSession, SSLContext sslContext, SSLSetupHandler sslHandler) protected SSLIOSession
SSLNHttpServerConnectionFactory.createSSLIOSession
(IOSession ioSession, SSLContext sslContext, SSLSetupHandler sslHandler) -
Uses of SSLIOSession in org.apache.http.impl.nio.reactor
Subclasses of SSLIOSession in org.apache.http.impl.nio.reactor
SSLIOSession