Uses of Interface
org.apache.http.impl.nio.reactor.SSLSetupHandler

Packages that use SSLSetupHandler
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 SSLSetupHandler in org.apache.http.impl.nio.reactor
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLSetupHandler
SSLIOSession(IOSession session, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
           
 

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

Methods in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandler
protected  SSLIOSession SSLClientIOEventDispatch.createSSLIOSession(IOSession session, javax.net.ssl.SSLContext sslcontext, SSLSetupHandler sslHandler)
          Creates an instance of SSLIOSession decorating the given IOSession.
protected  SSLIOSession SSLServerIOEventDispatch.createSSLIOSession(IOSession session, javax.net.ssl.SSLContext sslcontext, SSLSetupHandler sslHandler)
          Creates an instance of SSLIOSession decorating the given IOSession.
 

Constructors in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandler
SSLClientIOEventDispatch(NHttpClientHandler handler, javax.net.ssl.SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
          Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
SSLServerIOEventDispatch(NHttpServiceHandler handler, javax.net.ssl.SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
          Creates a new instance of this class to be used for dispatching I/O event notifications to the given protocol handler using the given SSLContext.
 



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