Uses of Class
io.grpc.Grpc.TransportAttr
-
Packages that use Grpc.TransportAttr Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
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_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.Methods in io.grpc with annotations of type Grpc.TransportAttr 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.Method parameters in io.grpc with annotations of type Grpc.TransportAttr Modifier and Type Method Description void
ClientStreamTracer. streamCreated(Attributes transportAttrs, Metadata headers)
The stream is being created on a ready transport. -
Uses of Grpc.TransportAttr in io.grpc.internal
Fields in io.grpc.internal with annotations of type Grpc.TransportAttr Modifier and Type Field Description static Attributes.Key<Attributes>
GrpcAttributes. ATTR_CLIENT_EAG_ATTRS
Attribute key for the attributes of theEquivalentAddressGroup
(EquivalentAddressGroup.getAttributes()
) that the transport's server address is from.static Attributes.Key<SecurityLevel>
GrpcAttributes. ATTR_SECURITY_LEVEL
The security level of the transport.
-