| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedChannel |
ForwardingChannelBuilder.build()
Returns the
ManagedChannel built by the delegate by default. |
abstract ManagedChannel |
ManagedChannelBuilder.build()
Builds a channel using the given parameters.
|
abstract ManagedChannel |
LoadBalancer.Helper.createOobChannel(EquivalentAddressGroup eag,
String authority)
Out-of-band channel for LoadBalancer’s own RPC needs, e.g., talking to an external
load-balancer service.
|
abstract ManagedChannel |
ManagedChannel.shutdown()
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately
cancelled.
|
abstract ManagedChannel |
ManagedChannel.shutdownNow()
Initiates a forceful shutdown in which preexisting and new calls are cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoadBalancer.Helper.updateOobChannelAddresses(ManagedChannel channel,
EquivalentAddressGroup eag)
Updates the addresses used for connections in the
Channel. |