Uses of Class
io.grpc.TlsServerCredentials.ClientAuth
-
Packages that use TlsServerCredentials.ClientAuth Package Description io.grpc The gRPC core public API. -
-
Uses of TlsServerCredentials.ClientAuth in io.grpc
Methods in io.grpc that return TlsServerCredentials.ClientAuth Modifier and Type Method Description TlsServerCredentials.ClientAuth
TlsServerCredentials. getClientAuth()
Non-null
setting indicating whether the server should expect a client's identity.static TlsServerCredentials.ClientAuth
TlsServerCredentials.ClientAuth. valueOf(String name)
Returns the enum constant of this type with the specified name.static TlsServerCredentials.ClientAuth[]
TlsServerCredentials.ClientAuth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc with parameters of type TlsServerCredentials.ClientAuth Modifier and Type Method Description TlsServerCredentials.Builder
TlsServerCredentials.Builder. clientAuth(TlsServerCredentials.ClientAuth clientAuth)
Indicates whether the server should expect a client's identity.
-