Uses of Class
org.apache.http.nio.reactor.ssl.SSLMode
-
Packages that use SSLMode Package Description 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. -
-
Uses of SSLMode in org.apache.http.impl.nio.reactor
Methods in org.apache.http.impl.nio.reactor that return SSLMode Modifier and Type Method Description private SSLMode
SSLIOSession. convert(SSLMode mode)
Deprecated. -
Uses of SSLMode in org.apache.http.nio.reactor.ssl
Fields in org.apache.http.nio.reactor.ssl declared as SSLMode Modifier and Type Field Description private SSLMode
SSLIOSession. sslMode
Methods in org.apache.http.nio.reactor.ssl that return SSLMode Modifier and Type Method Description static SSLMode
SSLMode. valueOf(java.lang.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.nio.reactor.ssl with parameters of type SSLMode Modifier and Type Method Description void
SSLIOSession. initialize(SSLMode sslMode)
Deprecated.(4.3) SSL mode must be set at construction time.Constructors in org.apache.http.nio.reactor.ssl with parameters of type SSLMode Constructor Description SSLIOSession(IOSession session, SSLMode sslMode, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
Creates new instance ofSSLIOSession
class.SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler)
Creates new instance ofSSLIOSession
class.SSLIOSession(IOSession session, SSLMode sslMode, HttpHost host, javax.net.ssl.SSLContext sslContext, SSLSetupHandler handler, SSLBufferManagementStrategy bufferManagementStrategy)
Creates new instance ofSSLIOSession
class.
-