Uses of Class
io.grpc.SecurityLevel
-
Packages that use SecurityLevel Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of SecurityLevel in io.grpc
Methods in io.grpc that return SecurityLevel Modifier and Type Method Description abstract SecurityLevel
CallCredentials.RequestInfo. getSecurityLevel()
The security level on the transport.SecurityLevel
PartialForwardingServerCall. getSecurityLevel()
SecurityLevel
ServerCall. getSecurityLevel()
Returns the level of security guarantee in communicationsstatic SecurityLevel
SecurityLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SecurityLevel[]
SecurityLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecurityLevel in io.grpc.internal
Fields in io.grpc.internal with type parameters of type SecurityLevel Modifier and Type Field Description static Attributes.Key<SecurityLevel>
GrpcAttributes. ATTR_SECURITY_LEVEL
The security level of the transport.Methods in io.grpc.internal that return SecurityLevel Modifier and Type Method Description SecurityLevel
ServerCallImpl. getSecurityLevel()
-