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