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

Packages that use SSLSetupHandler
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
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, SSLContext sslContext, SSLSetupHandler handler)
          Deprecated.  
 

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 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.
 

Constructors in org.apache.http.impl.nio.ssl with parameters of type SSLSetupHandler
SSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
          Deprecated. 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, SSLContext sslContext, SSLSetupHandler sslHandler, HttpParams params)
          Deprecated. 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–2021 The Apache Software Foundation. All rights reserved.