Uses of Class
io.grpc.ConnectivityStateInfo
Packages that use ConnectivityStateInfo
Package
Description
The gRPC core public API.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of ConnectivityStateInfo in io.grpc
Methods in io.grpc that return ConnectivityStateInfoModifier and TypeMethodDescriptionstatic ConnectivityStateInfoConnectivityStateInfo.forNonError(ConnectivityState state) Returns an instance for a state that is notTRANSIENT_FAILURE.static ConnectivityStateInfoConnectivityStateInfo.forTransientFailure(Status error) Returns an instance forTRANSIENT_FAILURE, associated with an error status.Methods in io.grpc with parameters of type ConnectivityStateInfoModifier and TypeMethodDescriptionvoidLoadBalancer.handleSubchannelState(LoadBalancer.Subchannel subchannel, ConnectivityStateInfo stateInfo) Deprecated.This method will be removed.voidLoadBalancer.SubchannelStateListener.onSubchannelState(ConnectivityStateInfo newState) Handles a state change on a Subchannel. -
Uses of ConnectivityStateInfo in io.grpc.util
Methods in io.grpc.util with parameters of type ConnectivityStateInfoModifier and TypeMethodDescriptionvoidForwardingLoadBalancer.handleSubchannelState(LoadBalancer.Subchannel subchannel, ConnectivityStateInfo stateInfo) Deprecated.voidGracefulSwitchLoadBalancer.handleSubchannelState(LoadBalancer.Subchannel subchannel, ConnectivityStateInfo stateInfo) Deprecated.