All Classes
| Class | Description |
|---|---|
| AbstractUnaryGrpcService |
An
AbstractUnaryGrpcService can be used to implement a gRPC service without depending on gRPC stubs. |
| AbstractUnsafeUnaryGrpcService |
An
AbstractUnsafeUnaryGrpcService can be used to implement a gRPC service without depending on gRPC
stubs. |
| ArmeriaMessageDeframer |
A deframer of messages transported in the gRPC wire format.
|
| ArmeriaMessageDeframer.DeframedMessage |
A deframed message.
|
| ArmeriaMessageDeframer.Listener |
A listener of deframing events.
|
| ArmeriaMessageFramer |
A framer of messages for transport with the gRPC wire protocol.
|
| ArmeriaStatusException |
An
Exception that contains enough information to convert it to a gRPC status. |
| Compressor |
Represents a message compressor.
|
| Decompressor |
Represents a message decompressor.
|
| GrpcHeaderNames |
gRPC-related HTTP header names.
|
| GrpcTrailersUtil |
Utility for creating response trailers for a gRPC status.
|
| StatusMessageEscaper |
Utility to escape status messages (e.g., error messages) for saving to ascii headers.
|
| UnaryGrpcClient |
A
UnaryGrpcClient can be used to make requests to a gRPC server without depending on gRPC stubs. |