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 for interfaces in org.apache.http.nio
org.apache.http.impl.nio.pool Basic implementations for interfaces in org.apache.http.nio.pool
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.nio.reactor.ssl Non-blocking TLS/SSL session implementation. 
 

Classes in org.apache.http.nio.reactor.ssl used by org.apache.http.impl.nio
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
SSLMode
           
SSLSetupHandler
          Callback interface that can be used to customize various aspects of the TLS/SSl protocol.
 



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