Uses of Class
io.grpc.internal.ManagedChannelImpl.ResolutionState
-
Packages that use ManagedChannelImpl.ResolutionState Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ManagedChannelImpl.ResolutionState in io.grpc.internal
Fields in io.grpc.internal declared as ManagedChannelImpl.ResolutionState Modifier and Type Field Description private ManagedChannelImpl.ResolutionState
ManagedChannelImpl. lastResolutionState
Methods in io.grpc.internal that return ManagedChannelImpl.ResolutionState Modifier and Type Method Description static ManagedChannelImpl.ResolutionState
ManagedChannelImpl.ResolutionState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ManagedChannelImpl.ResolutionState[]
ManagedChannelImpl.ResolutionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-