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