| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Field and Description |
|---|---|
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 |
ClientCall.getAttributes()
Returns additional properties of the call.
|
Attributes |
ServerCall.getAttributes()
Returns properties of a single call.
|
Attributes |
ClientStreamTracer.StreamInfo.getTransportAttrs()
Deprecated.
Use
ClientStreamTracer.streamCreated(Attributes, Metadata) to handle
the transport Attributes instead. |
abstract Attributes |
CallCredentials.RequestInfo.getTransportAttrs()
Returns the transport attributes.
|
| Modifier and Type | Method and Description |
|---|---|
ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.Builder.setTransportAttrs(Attributes transportAttrs)
Deprecated.
Use
ClientStreamTracer.streamCreated(Attributes, Metadata) to handle
the transport Attributes instead. |
void |
ClientStreamTracer.streamCreated(Attributes transportAttrs,
Metadata headers)
The stream is being created on a ready transport.
|