Uses of Annotation Interface
io.grpc.Grpc.TransportAttr
Packages that use Grpc.TransportAttr
-
Uses of Grpc.TransportAttr in io.grpc
Fields in io.grpc with annotations of type Grpc.TransportAttrModifier and TypeFieldDescriptionstatic final Attributes.Key<SocketAddress>Attribute key for the local address of a transport.static final Attributes.Key<SocketAddress>Attribute key for the remote address of a transport.static final Attributes.Key<SSLSession>Attribute key for SSL session of a transport.Methods in io.grpc with annotations of type Grpc.TransportAttrModifier and TypeMethodDescriptionClientCall.getAttributes()Returns additional properties of the call.ServerCall.getAttributes()Returns properties of a single call.abstract AttributesCallCredentials.RequestInfo.getTransportAttrs()Returns the transport attributes.Method parameters in io.grpc with annotations of type Grpc.TransportAttrModifier and TypeMethodDescriptionvoidClientStreamTracer.streamCreated(Attributes transportAttrs, Metadata headers) The stream is being created on a ready transport.