Uses of Class
io.grpc.EquivalentAddressGroup.Attr
-
Packages that use EquivalentAddressGroup.Attr Package Description io.grpc The gRPC core public API.io.grpc.grpclb io.grpc.netty 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.Attr Modifier and Type Field Description static Attributes.Key<String>EquivalentAddressGroup. ATTR_AUTHORITY_OVERRIDEThe authority to be used when constructing Subchannels for this EquivalentAddressGroup.Methods in io.grpc with annotations of type EquivalentAddressGroup.Attr Modifier and Type Method Description AttributesEquivalentAddressGroup. getAttributes()Returns the attributes.Constructor parameters in io.grpc with annotations of type EquivalentAddressGroup.Attr Constructor Description EquivalentAddressGroup(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.Attr Modifier and Type Field Description static Attributes.Key<String>GrpclbConstants. ATTR_LB_ADDR_AUTHORITYThe naming authority of a gRPC LB server address.static Attributes.Key<Boolean>GrpclbConstants. ATTR_LB_PROVIDED_BACKENDWhether this EquivalentAddressGroup was provided by a GRPCLB server. -
Uses of EquivalentAddressGroup.Attr in io.grpc.netty
Method parameters in io.grpc.netty with annotations of type EquivalentAddressGroup.Attr Modifier and Type Method Description SocketAddressNettyChannelBuilder.LocalSocketPicker. createSocketAddress(SocketAddress remoteAddress, Attributes attrs)Called by gRPC to pick local socket to bind to.
-