Uses of Class
io.grpc.Grpc.TransportAttr
-
Packages that use Grpc.TransportAttr Package Description io.grpc The gRPC core public API. -
-
Uses of Grpc.TransportAttr in io.grpc
Fields in io.grpc with annotations of type Grpc.TransportAttr Modifier and Type Field Description static Attributes.Key<java.net.SocketAddress>Grpc. TRANSPORT_ATTR_LOCAL_ADDRAttribute key for the local address of a transport.static Attributes.Key<java.net.SocketAddress>Grpc. TRANSPORT_ATTR_REMOTE_ADDRAttribute key for the remote address of a transport.static Attributes.Key<javax.net.ssl.SSLSession>Grpc. TRANSPORT_ATTR_SSL_SESSIONAttribute key for SSL session of a transport.Methods in io.grpc with annotations of type Grpc.TransportAttr Modifier and Type Method Description AttributesClientCall. getAttributes()Returns additional properties of the call.AttributesServerCall. getAttributes()Returns properties of a single call.abstract AttributesCallCredentials.RequestInfo. getTransportAttrs()Returns the transport attributes.AttributesClientStreamTracer.StreamInfo. getTransportAttrs()Returns the attributes of the transport that this stream was created on.ClientStreamTracer.StreamInfo.BuilderClientStreamTracer.StreamInfo.Builder. setTransportAttrs(Attributes transportAttrs)Sets the attributes of the transport that this stream was created on.
-