Uses of Enum
org.apache.hc.core5.reactor.ssl.SSLMode
Packages that use SSLMode
-
Uses of SSLMode in org.apache.hc.core5.reactor.ssl
Subclasses with type arguments of type SSLMode in org.apache.hc.core5.reactor.sslFields in org.apache.hc.core5.reactor.ssl declared as SSLModeMethods in org.apache.hc.core5.reactor.ssl that return SSLModeModifier and TypeMethodDescriptionstatic SSLModeReturns 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.Constructors in org.apache.hc.core5.reactor.ssl with parameters of type SSLModeModifierConstructorDescriptionSSLIOSession(NamedEndpoint targetEndpoint, IOSession session, SSLMode sslMode, SSLContext sslContext, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier, Callback<SSLIOSession> sessionStartCallback, Callback<SSLIOSession> sessionEndCallback, Timeout connectTimeout) Creates new instance ofSSLIOSessionclass.SSLIOSession(NamedEndpoint targetEndpoint, IOSession session, SSLMode sslMode, SSLContext sslContext, SSLBufferMode sslBufferMode, SSLSessionInitializer initializer, SSLSessionVerifier verifier, Timeout handshakeTimeout, Callback<SSLIOSession> sessionStartCallback, Callback<SSLIOSession> sessionEndCallback, FutureCallback<SSLSession> resultCallback) Creates new instance ofSSLIOSessionclass.