Uses of Class
io.grpc.internal.GrpcUtil.Http2Error
-
Packages that use GrpcUtil.Http2Error Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of GrpcUtil.Http2Error in io.grpc.internal
Fields in io.grpc.internal declared as GrpcUtil.Http2Error Modifier and Type Field Description private static GrpcUtil.Http2Error[]GrpcUtil.Http2Error. codeMapMethods in io.grpc.internal that return GrpcUtil.Http2Error Modifier and Type Method Description private 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.Http2ErrorGrpcUtil.Http2Error. valueOf(java.lang.String name)Returns 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.
-