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

Packages that use SSLIOSession
org.apache.http.impl.nio.reactor Default implementations for interfaces in org.apache.http.nio including default I/O reactor implementations and support for SSL/TLS transport security. 
org.apache.http.impl.nio.ssl   
 

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

Subclasses of SSLIOSession in org.apache.http.impl.nio.reactor
 class SSLIOSession
          Deprecated. use SSLIOSession
 

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

Methods in org.apache.http.impl.nio.ssl that return SSLIOSession
protected  SSLIOSession SSLClientIOEventDispatch.createSSLIOSession(IOSession session, SSLContext sslcontext, SSLSetupHandler sslHandler)
          Deprecated. Creates an instance of SSLIOSession decorating the given IOSession.
protected  SSLIOSession SSLServerIOEventDispatch.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  NHttpClientIOTarget SSLClientIOEventDispatch.createSSLConnection(SSLIOSession ssliosession)
          Deprecated.  
protected  NHttpServerIOTarget SSLServerIOEventDispatch.createSSLConnection(SSLIOSession ssliosession)
          Deprecated.  
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.