Uses of Annotation Type
io.grpc.EquivalentAddressGroup.Attr
Packages that use EquivalentAddressGroup.Attr
Package
Description
The gRPC core public API.
The main transport implementation based on Netty,
for both the client and the server.
-
Uses of EquivalentAddressGroup.Attr in io.grpc
Fields in io.grpc with annotations of type EquivalentAddressGroup.AttrModifier and TypeFieldDescriptionstatic final Attributes.Key
<String> EquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDE
The authority to be used when constructing Subchannels for this EquivalentAddressGroup.Methods in io.grpc with annotations of type EquivalentAddressGroup.AttrConstructor parameters in io.grpc with annotations of type EquivalentAddressGroup.AttrModifierConstructorDescriptionEquivalentAddressGroup
(SocketAddress addr, Attributes attrs) Singleton constructor with Attributes.EquivalentAddressGroup
(List<SocketAddress> addrs, Attributes attrs) List constructor withAttributes
. -
Uses of EquivalentAddressGroup.Attr in io.grpc.grpclb
Fields in io.grpc.grpclb with annotations of type EquivalentAddressGroup.AttrModifier and TypeFieldDescriptionstatic final Attributes.Key
<String> GrpclbConstants.ATTR_LB_ADDR_AUTHORITY
The naming authority of a gRPC LB server address.static final Attributes.Key
<String> InternalGrpclbConstantsAccessor.ATTR_LB_ADDR_AUTHORITY
static final Attributes.Key
<Boolean> GrpclbConstants.ATTR_LB_PROVIDED_BACKEND
Whether this EquivalentAddressGroup was provided by a GRPCLB server.(package private) static final Attributes.Key
<String> GrpclbConstants.TOKEN_ATTRIBUTE_KEY
For passing LB tokens via the EAG attributes. -
Uses of EquivalentAddressGroup.Attr in io.grpc.netty
Method parameters in io.grpc.netty with annotations of type EquivalentAddressGroup.AttrModifier and TypeMethodDescriptionNettyChannelBuilder.LocalSocketPicker.createSocketAddress
(SocketAddress remoteAddress, Attributes attrs) Called by gRPC to pick local socket to bind to.