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

Packages that use SSLIOSession
org.apache.http.impl.nio Default implementations for interfaces in org.apache.http.nio
 

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

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



Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.