Uses of Enum
org.apache.http.nio.reactor.ssl.SSLMode
Packages that use SSLMode
Package
Description
TLS/SSL support for asynchronous, event driven communication.
-
Uses of SSLMode in org.apache.http.nio.reactor.ssl
Methods in org.apache.http.nio.reactor.ssl that return SSLModeModifier and TypeMethodDescriptionstatic SSLMode
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 SSLModeModifier and TypeMethodDescriptionvoid
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 SSLModeModifierConstructorDescriptionSSLIOSession
(IOSession session, SSLMode sslMode, SSLContext sslContext, SSLSetupHandler handler) Creates new instance ofSSLIOSession
class.SSLIOSession
(IOSession session, SSLMode sslMode, org.apache.http.HttpHost host, SSLContext sslContext, SSLSetupHandler handler) Creates new instance ofSSLIOSession
class.SSLIOSession
(IOSession session, SSLMode sslMode, org.apache.http.HttpHost host, SSLContext sslContext, SSLSetupHandler handler, SSLBufferManagementStrategy bufferManagementStrategy) Creates new instance ofSSLIOSession
class.