Uses of Enum
org.apache.hc.core5.reactor.ssl.SSLIOSession.TLSHandShakeState
Packages that use SSLIOSession.TLSHandShakeState
-
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.TLSHandShakeStateModifier and TypeFieldDescriptionprivate final AtomicReference
<SSLIOSession.TLSHandShakeState> SSLIOSession.handshakeStateRef
Methods in org.apache.hc.core5.reactor.ssl that return SSLIOSession.TLSHandShakeStateModifier and TypeMethodDescriptionReturns 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.