Uses of Interface
io.grpc.Codec
-
-
Uses of Codec in io.grpc
Classes in io.grpc that implement Codec Modifier and Type Class Description static classCodec.GzipA gzip compressor and decompressor.static classCodec.IdentityThe "identity", or "none" codec.Fields in io.grpc declared as Codec Modifier and Type Field Description static CodecCodec.Identity. NONESpecial sentinel codec indicating that no compression should be used.
-