Uses of Package
org.apache.http.nio.reactor.ssl

Packages that use org.apache.http.nio.reactor.ssl
org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication. 
org.apache.http.impl.nio.bootstrap Embedded non-blocking server and server bootstrap. 
org.apache.http.impl.nio.pool Default implementations of client side connection pools for asynchronous, even driven communication. 
org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO. 
org.apache.http.nio.reactor.ssl TLS/SSL support for asynchronous, event driven communication. 
 

Classes in org.apache.http.nio.reactor.ssl used by org.apache.http.impl.nio
SSLIOSession
          SSLIOSession is a decorator class intended to transparently extend an IOSession with transport layer security capabilities based on the SSL/TLS protocol.
SSLSetupHandler
          Callback interface that can be used to customize various aspects of the TLS/SSL protocol.
 

Classes in org.apache.http.nio.reactor.ssl used by org.apache.http.impl.nio.bootstrap
SSLSetupHandler
          Callback interface that can be used to customize various aspects of the TLS/SSL protocol.
 

Classes in org.apache.http.nio.reactor.ssl used by org.apache.http.impl.nio.pool
SSLSetupHandler
          Callback interface that can be used to customize various aspects of the TLS/SSL protocol.
 

Classes in org.apache.http.nio.reactor.ssl used by org.apache.http.impl.nio.reactor
SSLIOSession
          SSLIOSession is a decorator class intended to transparently extend an IOSession with transport layer security capabilities based on the SSL/TLS protocol.
 

Classes in org.apache.http.nio.reactor.ssl used by org.apache.http.nio.reactor.ssl
SSLBuffer
          Managed internal SSL buffer.
SSLBufferManagementStrategy
          Encapsulates logic to manager SSL input/output buffers.
SSLMode
           
SSLSetupHandler
          Callback interface that can be used to customize various aspects of the TLS/SSL protocol.
 



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