Uses of Enum
io.netty.handler.ssl.OpenSslCredential.CredentialType
Packages that use OpenSslCredential.CredentialType
-
Uses of OpenSslCredential.CredentialType in io.netty.handler.ssl
Subclasses with type arguments of type OpenSslCredential.CredentialType in io.netty.handler.sslModifier and TypeClassDescriptionstatic enumThe type of SSL credential.Methods in io.netty.handler.ssl that return OpenSslCredential.CredentialTypeModifier and TypeMethodDescriptionOpenSslCredential.type()Returns the type of this credential.Returns the enum constant of this type with the specified name.static OpenSslCredential.CredentialType[]OpenSslCredential.CredentialType.values()Returns an array containing the constants of this enum type, in the order they are declared.