Uses of Class
org.apache.http.nio.reactor.ssl.SSLIOSession
-
Packages that use SSLIOSession Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.reactor 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 SSLIOSession Modifier and Type Method Description protected SSLIOSessionSSLNHttpClientConnectionFactory. createSSLIOSession(IOSession ioSession, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler)protected SSLIOSessionSSLNHttpServerConnectionFactory. createSSLIOSession(IOSession ioSession, javax.net.ssl.SSLContext sslContext, SSLSetupHandler sslHandler) -
Uses of SSLIOSession in org.apache.http.impl.nio.reactor
Subclasses of SSLIOSession in org.apache.http.impl.nio.reactor Modifier and Type Class Description classSSLIOSessionDeprecated.(4.2) useSSLIOSession
-