Uses of Enum Class
org.xnio.SslClientAuthMode
Packages that use SslClientAuthMode
-
Uses of SslClientAuthMode in org.xnio
Fields in org.xnio with type parameters of type SslClientAuthModeModifier and TypeFieldDescriptionstatic final Option<SslClientAuthMode>
Options.SSL_CLIENT_AUTH_MODE
Specify the SSL client authentication mode.Methods in org.xnio that return SslClientAuthModeModifier and TypeMethodDescriptionstatic SslClientAuthMode
Returns the enum constant of this class with the specified name.static SslClientAuthMode[]
SslClientAuthMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.