Modifier and Type | Field | 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 | Description |
---|---|---|
Attributes |
EquivalentAddressGroup.getAttributes() |
Returns the attributes.
|
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 with
Attributes . |