| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Field and Description |
|---|---|
static Attributes.Key<SecurityLevel> |
CallCredentials.ATTR_SECURITY_LEVEL
The security level of the transport.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|