Uses of Class
org.apache.http.impl.nio.reactor.SSLMode

Packages that use SSLMode
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. 
 

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

Methods in org.apache.http.impl.nio.reactor that return SSLMode
static SSLMode SSLMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SSLMode[] SSLMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.http.impl.nio.reactor with parameters of type SSLMode
 void SSLIOSession.bind(SSLMode mode, HttpParams params)
           
 



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