Uses of Interface
io.grpc.Codec
-
Packages that use Codec Package Description io.grpc The gRPC core public API. -
-
Uses of Codec in io.grpc
Classes in io.grpc that implement Codec Modifier and Type Class Description static class
Codec.Gzip
A gzip compressor and decompressor.static class
Codec.Identity
The "identity", or "none" codec.Fields in io.grpc declared as Codec Modifier and Type Field Description static Codec
Codec.Identity. NONE
Special sentinel codec indicating that no compression should be used.
-