Uses of Annotation Interface
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.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.