Uses of Class
io.grpc.ManagedChannel
-
Packages that use ManagedChannel Package Description io.grpc The gRPC core public API.io.grpc.testing API that is useful for testing gRPC.io.grpc.util 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 ManagedChannel Modifier and Type Method Description ManagedChannelForwardingChannelBuilder2. build()Returns theManagedChannelbuilt by the delegate by default.abstract ManagedChannelManagedChannelBuilder. build()Builds a channel using the given parameters.abstract ManagedChannelLoadBalancer.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.ManagedChannelLoadBalancer.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.ManagedChannelLoadBalancer.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 ManagedChannelManagedChannel. shutdown()Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.abstract ManagedChannelManagedChannel. shutdownNow()Initiates a forceful shutdown in which preexisting and new calls are cancelled.Methods in io.grpc with parameters of type ManagedChannel Modifier and Type Method Description voidLoadBalancer.Helper. updateOobChannelAddresses(ManagedChannel channel, EquivalentAddressGroup eag)Updates the addresses used for connections in theChannelthat was created byLoadBalancer.Helper.createOobChannel(EquivalentAddressGroup, String).voidLoadBalancer.Helper. updateOobChannelAddresses(ManagedChannel channel, List<EquivalentAddressGroup> eag)Updates the addresses with a new EAG list. -
Uses of ManagedChannel in io.grpc.testing
Methods in io.grpc.testing with type parameters of type ManagedChannel Modifier and Type Method Description <T extends ManagedChannel>
TGrpcCleanupRule. register(T channel)Registers the given channel to the rule.Methods in io.grpc.testing that return ManagedChannel Modifier and Type Method Description ManagedChannelGrpcServerRule. getChannel()Returns aManagedChannelconnected to this service. -
Uses of ManagedChannel in io.grpc.util
Methods in io.grpc.util that return ManagedChannel Modifier and Type Method Description ManagedChannelForwardingLoadBalancerHelper. createOobChannel(EquivalentAddressGroup eag, String authority)ManagedChannelForwardingLoadBalancerHelper. createOobChannel(List<EquivalentAddressGroup> eag, String authority)ManagedChannelForwardingLoadBalancerHelper. createResolvingOobChannel(String target)Methods in io.grpc.util with parameters of type ManagedChannel Modifier and Type Method Description voidForwardingLoadBalancerHelper. updateOobChannelAddresses(ManagedChannel channel, EquivalentAddressGroup eag)voidForwardingLoadBalancerHelper. updateOobChannelAddresses(ManagedChannel channel, List<EquivalentAddressGroup> eag)
-