Uses of Class
io.grpc.ManagedChannel
Packages that use ManagedChannel
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of ManagedChannel in io.grpc
Methods in io.grpc that return ManagedChannelModifier and TypeMethodDescriptionForwardingChannelBuilder2.build()
Returns theManagedChannel
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) Create an out-of-band channel for the LoadBalancer’s own RPC needs, e.g., talking to an external load-balancer service.LoadBalancer.Helper.createOobChannel
(List<EquivalentAddressGroup> eag, String authority) Create an out-of-band channel for the LoadBalancer's own RPC needs, e.g., talking to an external load-balancer service.LoadBalancer.Helper.createResolvingOobChannel
(String target) Creates an out-of-band channel for LoadBalancer's own RPC needs, e.g., talking to an external load-balancer service, that is specified by a target string.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.Methods in io.grpc with parameters of type ManagedChannelModifier and TypeMethodDescriptionvoid
LoadBalancer.Helper.updateOobChannelAddresses
(ManagedChannel channel, EquivalentAddressGroup eag) Updates the addresses used for connections in theChannel
that was created byLoadBalancer.Helper.createOobChannel(EquivalentAddressGroup, String)
.void
LoadBalancer.Helper.updateOobChannelAddresses
(ManagedChannel channel, List<EquivalentAddressGroup> eag) Updates the addresses with a new EAG list. -
Uses of ManagedChannel in io.grpc.internal
Methods in io.grpc.internal that return ManagedChannel -
Uses of ManagedChannel in io.grpc.util
Methods in io.grpc.util that return ManagedChannelModifier and TypeMethodDescriptionForwardingLoadBalancerHelper.createOobChannel
(EquivalentAddressGroup eag, String authority) ForwardingLoadBalancerHelper.createOobChannel
(List<EquivalentAddressGroup> eag, String authority) ForwardingLoadBalancerHelper.createResolvingOobChannel
(String target) Methods in io.grpc.util with parameters of type ManagedChannelModifier and TypeMethodDescriptionvoid
ForwardingLoadBalancerHelper.updateOobChannelAddresses
(ManagedChannel channel, EquivalentAddressGroup eag) void
ForwardingLoadBalancerHelper.updateOobChannelAddresses
(ManagedChannel channel, List<EquivalentAddressGroup> eag)