Package | Description |
---|---|
io.grpc.internal |
Interfaces and implementations that are internal to gRPC.
|
Modifier and Type | Method and Description |
---|---|
static GrpcUtil.Http2Error |
GrpcUtil.Http2Error.forCode(long code)
Looks up the HTTP/2 error code enum value for the specified code.
|
static GrpcUtil.Http2Error |
GrpcUtil.Http2Error.valueOf(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.
|
Copyright © 2018. All rights reserved.