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

Packages that use SSLIOSessionHandler
org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. 
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
 

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

Fields in org.apache.http.impl.nio declared as SSLIOSessionHandler
protected  SSLIOSessionHandler SSLServerIOEventDispatch.sslHandler
          Deprecated.  
protected  SSLIOSessionHandler SSLClientIOEventDispatch.sslHandler
          Deprecated.  
 

Methods in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler
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.
 

Constructors in org.apache.http.impl.nio with parameters of type SSLIOSessionHandler
SSLClientIOEventDispatch(NHttpClientHandler handler, SSLContext sslContext, SSLIOSessionHandler 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, SSLIOSessionHandler 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.
 

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

Constructors in org.apache.http.impl.nio.reactor with parameters of type SSLIOSessionHandler
SSLIOSession(IOSession session, SSLContext sslContext, SSLIOSessionHandler handler)
          Deprecated.  
 



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