| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.netty |
The main transport implementation based on Netty,
for both the client and the server.
|
| Modifier and Type | Field and Description |
|---|---|
static Attributes.Key<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(List<SocketAddress> addrs,
Attributes attrs)
List constructor with
Attributes. |
EquivalentAddressGroup(SocketAddress addr,
Attributes attrs)
Singleton constructor with Attributes.
|
| Modifier and Type | Method and Description |
|---|---|
SocketAddress |
NettyChannelBuilder.LocalSocketPicker.createSocketAddress(SocketAddress remoteAddress,
Attributes attrs)
Called by gRPC to pick local socket to bind to.
|