Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and Description |
---|---|
abstract SecurityLevel |
CallCredentials.RequestInfo.getSecurityLevel()
The security level on the transport.
|
static SecurityLevel |
SecurityLevel.valueOf(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.
|
Modifier and Type | Field and Description |
---|---|
static Attributes.Key<SecurityLevel> |
GrpcAttributes.ATTR_SECURITY_LEVEL
The security level of the transport.
|
Copyright © 2019. All rights reserved.