Modifier and Type | Field | Description |
---|---|---|
static Attributes.Key<java.net.SocketAddress> |
Grpc.TRANSPORT_ATTR_LOCAL_ADDR |
Attribute key for the local address of a transport.
|
static Attributes.Key<java.net.SocketAddress> |
Grpc.TRANSPORT_ATTR_REMOTE_ADDR |
Attribute key for the remote address of a transport.
|
static Attributes.Key<javax.net.ssl.SSLSession> |
Grpc.TRANSPORT_ATTR_SSL_SESSION |
Attribute key for SSL session of a transport.
|
Modifier and Type | Method | Description |
---|---|---|
Attributes |
ClientCall.getAttributes() |
Returns additional properties of the call.
|
Attributes |
ServerCall.getAttributes() |
Returns properties of a single call.
|
abstract Attributes |
CallCredentials.RequestInfo.getTransportAttrs() |
Returns the transport attributes.
|
Attributes |
ClientStreamTracer.StreamInfo.getTransportAttrs() |
Returns the attributes of the transport that this stream was created on.
|
ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.Builder.setTransportAttrs(Attributes transportAttrs) |
Sets the attributes of the transport that this stream was created on.
|