| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| io.grpc.util |
Utilities with advanced features in the core layer that user can optionally use.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.CreateSubchannelArgs |
LoadBalancer.CreateSubchannelArgs.Builder.build()
Creates a new args object.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.Subchannel |
LoadBalancer.Helper.createSubchannel(LoadBalancer.CreateSubchannelArgs args)
Creates a Subchannel, which is a logical connection to the given group of addresses which are
considered equivalent.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancer.Subchannel |
ForwardingLoadBalancerHelper.createSubchannel(LoadBalancer.CreateSubchannelArgs args) |