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   
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   
org.apache.http.nio.reactor.ssl   
 

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



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