Uses of Class
io.netty.handler.ssl.ReferenceCountedOpenSslEngine.HandshakeState
-
Packages that use ReferenceCountedOpenSslEngine.HandshakeState Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of ReferenceCountedOpenSslEngine.HandshakeState in io.netty.handler.ssl
Fields in io.netty.handler.ssl declared as ReferenceCountedOpenSslEngine.HandshakeState Modifier and Type Field Description private ReferenceCountedOpenSslEngine.HandshakeStateReferenceCountedOpenSslEngine. handshakeStateMethods in io.netty.handler.ssl that return ReferenceCountedOpenSslEngine.HandshakeState Modifier and Type Method Description static ReferenceCountedOpenSslEngine.HandshakeStateReferenceCountedOpenSslEngine.HandshakeState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReferenceCountedOpenSslEngine.HandshakeState[]ReferenceCountedOpenSslEngine.HandshakeState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-