Uses of Enum
io.grpc.internal.GrpcUtil.Http2Error
Packages that use GrpcUtil.Http2Error
-
Uses of GrpcUtil.Http2Error in io.grpc.internal
Fields in io.grpc.internal declared as GrpcUtil.Http2ErrorModifier and TypeFieldDescriptionprivate static final GrpcUtil.Http2Error[]GrpcUtil.Http2Error.codeMapMethods in io.grpc.internal that return GrpcUtil.Http2ErrorModifier and TypeMethodDescriptionprivate static GrpcUtil.Http2Error[]GrpcUtil.Http2Error.buildHttp2CodeMap()static GrpcUtil.Http2ErrorGrpcUtil.Http2Error.forCode(long code) Looks up the HTTP/2 error code enum value for the specified code.static GrpcUtil.Http2ErrorReturns the enum constant of this type with the specified name.static GrpcUtil.Http2Error[]GrpcUtil.Http2Error.values()Returns an array containing the constants of this enum type, in the order they are declared.