All Classes and Interfaces

Class
Description
A skeletal implementation of gRPC message deframer.
An AbstractUnaryGrpcService can be used to implement a gRPC service without depending on gRPC stubs.
An AbstractUnsafeUnaryGrpcService can be used to implement a gRPC service without depending on gRPC stubs.
A deframer of messages transported in the gRPC wire format.
A framer of messages for transport with the gRPC wire protocol.
An Exception that contains enough information to convert it to a gRPC status.
Represents a message compressor.
Represents a message decompressor.
A deframed message.
gRPC-related HTTP header names.
Retrieves gRPC-Web trailers.
Utility to escape status messages (e.g., error messages) for saving to ascii headers.
A UnaryGrpcClient can be used to make requests to a gRPC server without depending on gRPC stubs.