Uses of Enum
org.eclipse.jetty.io.ssl.SslConnection.HandshakeState
Packages that use SslConnection.HandshakeState
-
Uses of SslConnection.HandshakeState in org.eclipse.jetty.io.ssl
Fields in org.eclipse.jetty.io.ssl with type parameters of type SslConnection.HandshakeStateModifier and TypeFieldDescriptionprivate final AtomicReference<SslConnection.HandshakeState>
SslConnection._handshake
Methods in org.eclipse.jetty.io.ssl that return SslConnection.HandshakeStateModifier and TypeMethodDescriptionstatic SslConnection.HandshakeState
Returns the enum constant of this type with the specified name.static SslConnection.HandshakeState[]
SslConnection.HandshakeState.values()
Returns an array containing the constants of this enum type, in the order they are declared.