Package io.grpc.internal
Class GrpcAttributes
java.lang.Object
io.grpc.internal.GrpcAttributes
Special attributes that are only useful to gRPC.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Attributes.Key
<Attributes> Attribute key for the attributes of theEquivalentAddressGroup
(EquivalentAddressGroup.getAttributes()
) that the transport's server address is from.static final Attributes.Key
<SecurityLevel> The security level of the transport. -
Method Summary
-
Field Details
-
ATTR_SECURITY_LEVEL
The security level of the transport. If it's not present,SecurityLevel.NONE
should be assumed. -
ATTR_CLIENT_EAG_ATTRS
Attribute key for the attributes of theEquivalentAddressGroup
(EquivalentAddressGroup.getAttributes()
) that the transport's server address is from. This is a client-side-only transport attribute, and available right after the transport is started.
-