Uses of Class
io.grpc.ConnectivityStateInfo
Packages that use ConnectivityStateInfo
-
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.