Uses of Class
io.grpc.LoadBalancer.Subchannel
Packages that use LoadBalancer.Subchannel
-
Uses of LoadBalancer.Subchannel in io.grpc
Methods in io.grpc that return LoadBalancer.SubchannelModifier and TypeMethodDescriptionLoadBalancer.Helper.createSubchannel(LoadBalancer.CreateSubchannelArgs args) Creates a Subchannel, which is a logical connection to the given group of addresses which are considered equivalent.LoadBalancer.PickResult.getSubchannel()The Subchannel if this result was created bywithSubchannel(), or null otherwise.Methods in io.grpc with parameters of type LoadBalancer.SubchannelModifier and TypeMethodDescriptionvoidLoadBalancer.handleSubchannelState(LoadBalancer.Subchannel subchannel, ConnectivityStateInfo stateInfo) Deprecated.This method will be removed.static LoadBalancer.PickResultLoadBalancer.PickResult.withSubchannel(LoadBalancer.Subchannel subchannel) Equivalent towithSubchannel(subchannel, null).static LoadBalancer.PickResultLoadBalancer.PickResult.withSubchannel(LoadBalancer.Subchannel subchannel, ClientStreamTracer.Factory streamTracerFactory) A decision to proceed the RPC on a Subchannel.