Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Field and Description |
---|---|
static Attributes.Key<String> |
CallCredentials.ATTR_AUTHORITY
Deprecated.
|
static Attributes.Key<SecurityLevel> |
CallCredentials.ATTR_SECURITY_LEVEL
Deprecated.
transport implementations should use
io.grpc.internal.GrpcAttributes.ATTR_SECURITY_LEVEL instead. |
static Attributes.Key<SocketAddress> |
Grpc.TRANSPORT_ATTR_LOCAL_ADDR
Attribute key for the local address of a transport.
|
static Attributes.Key<SocketAddress> |
Grpc.TRANSPORT_ATTR_REMOTE_ADDR
Attribute key for the remote address of a transport.
|
static Attributes.Key<SSLSession> |
Grpc.TRANSPORT_ATTR_SSL_SESSION
Attribute key for SSL session of a transport.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
ServerCall.getAttributes()
Returns properties of a single call.
|
Attributes |
ClientCall.getAttributes()
Returns additional properties of the call.
|
abstract Attributes |
CallCredentials.RequestInfo.getTransportAttrs()
Returns the transport attributes.
|
Modifier and Type | Field and Description |
---|---|
static Attributes.Key<SecurityLevel> |
GrpcAttributes.ATTR_SECURITY_LEVEL
The security level of the transport.
|
Copyright © 2018. All rights reserved.