Uses of Enum Class
io.undertow.httpcore.ClientAuth
-
Uses of ClientAuth in io.undertow.httpcore
Methods in io.undertow.httpcore that return ClientAuthModifier and TypeMethodDescriptionstatic ClientAuthReturns the enum constant of this class with the specified name.static ClientAuth[]ClientAuth.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.undertow.httpcore with parameters of type ClientAuthModifier and TypeMethodDescriptionvoidConnectionSSLSessionInfo.renegotiate(ClientAuth sslClientAuthMode) voidSSLSessionInfo.renegotiate(ClientAuth sslClientAuthMode) Renegotiate in a blocking manner.