Uses of Class
io.grpc.EquivalentAddressGroup.Attr
-
Packages that use EquivalentAddressGroup.Attr Package Description io.grpc The gRPC core public API. -
-
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<java.lang.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(java.net.SocketAddress addr, Attributes attrs)Singleton constructor with Attributes.EquivalentAddressGroup(java.util.List<java.net.SocketAddress> addrs, Attributes attrs)List constructor withAttributes.
-