Uses of Class
org.apache.http.impl.nio.reactor.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.ssl   
 

Uses of SSLIOSession in org.apache.http.impl.nio
 

Methods in org.apache.http.impl.nio that return SSLIOSession
protected  SSLIOSession SSLServerIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler)
          Deprecated. Creates an instance of SSLIOSession decorating the given IOSession.
protected  SSLIOSession SSLClientIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler sslHandler)
          Deprecated. Creates an instance of SSLIOSession decorating the given IOSession.
 

Uses of SSLIOSession in org.apache.http.impl.nio.ssl
 

Methods in org.apache.http.impl.nio.ssl that return SSLIOSession
protected  SSLIOSession SSLServerIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler)
          Deprecated. Creates an instance of SSLIOSession decorating the given IOSession.
protected  SSLIOSession SSLClientIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslContext, SSLSetupHandler sslHandler)
          Deprecated. Creates an instance of SSLIOSession decorating the given IOSession.
 

Methods in org.apache.http.impl.nio.ssl with parameters of type SSLIOSession
protected  NHttpServerIOTarget SSLServerIOEventDispatch.createSSLConnection(SSLIOSession sslioSession)
          Deprecated.  
protected  NHttpClientIOTarget SSLClientIOEventDispatch.createSSLConnection(SSLIOSession sslioSession)
          Deprecated.  
 



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