Uses of Class
org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
-
Packages that use SSLIOSession.TLSHandShakeState Package Description org.apache.hc.core5.reactor.ssl TLS/SSL support for I/O reactors. -
-
Uses of SSLIOSession.TLSHandShakeState in org.apache.hc.core5.reactor.ssl
Fields in org.apache.hc.core5.reactor.ssl with type parameters of type SSLIOSession.TLSHandShakeState Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SSLIOSession.TLSHandShakeState>
SSLIOSession. handshakeStateRef
Methods in org.apache.hc.core5.reactor.ssl that return SSLIOSession.TLSHandShakeState Modifier and Type Method Description static SSLIOSession.TLSHandShakeState
SSLIOSession.TLSHandShakeState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SSLIOSession.TLSHandShakeState[]
SSLIOSession.TLSHandShakeState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-