Uses of Enum
io.grpc.SecurityLevel
Packages that use SecurityLevel
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
-
Uses of SecurityLevel in io.grpc
Subclasses with type arguments of type SecurityLevel in io.grpcModifier and TypeClassDescriptionenumThe level of security guarantee in communications.Methods in io.grpc that return SecurityLevelModifier and TypeMethodDescriptionabstract SecurityLevelCallCredentials.RequestInfo.getSecurityLevel()The security level on the transport.PartialForwardingServerCall.getSecurityLevel()ServerCall.getSecurityLevel()Returns the level of security guarantee in communicationsstatic SecurityLevelReturns 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 SecurityLevelModifier and TypeFieldDescriptionstatic final Attributes.Key<SecurityLevel> GrpcAttributes.ATTR_SECURITY_LEVELThe security level of the transport.Methods in io.grpc.internal that return SecurityLevel