Uses of Class
org.apache.http.nio.reactor.ssl.SSLIOSession

Packages that use SSLIOSession
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
protected  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
 class SSLIOSession
          Deprecated. (4.2) use SSLIOSession
 



Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.