Modifier and Type | Field and Description |
---|---|
static Attributes.Key<java.lang.String> |
EquivalentAddressGroup.ATTR_AUTHORITY_OVERRIDE
The authority to be used when constructing Subchannels for this EquivalentAddressGroup.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
EquivalentAddressGroup.getAttributes()
Returns the attributes.
|
Constructor and Description |
---|
EquivalentAddressGroup(java.util.List<java.net.SocketAddress> addrs,
Attributes attrs)
List constructor with
Attributes . |
EquivalentAddressGroup(java.net.SocketAddress addr,
Attributes attrs)
Singleton constructor with Attributes.
|