Uses of Enum Class
io.grpc.internal.GrpcUtil.Http2Error
Packages that use GrpcUtil.Http2Error
-
Uses of GrpcUtil.Http2Error in io.grpc.internal
Methods in io.grpc.internal that return GrpcUtil.Http2ErrorModifier and TypeMethodDescriptionstatic GrpcUtil.Http2Error
GrpcUtil.Http2Error.forCode
(long code) Looks up the HTTP/2 error code enum value for the specified code.static GrpcUtil.Http2Error
Returns the enum constant of this class with the specified name.static GrpcUtil.Http2Error[]
GrpcUtil.Http2Error.values()
Returns an array containing the constants of this enum class, in the order they are declared.