GrpcCompression

Available in a dev version: 0․11․0-grpc-186

How to configure

Represents a compression algorithm for gRPC message encoding.

Compression can be applied to gRPC messages to reduce bandwidth usage during transmission.

Supported Algorithms

  • None (identity): No compression is applied.

  • Gzip: GZIP compression algorithm, widely supported and provides good compression ratios.

This interface is not meant to be implemented by users.

See also

Inheritors

Types

Link copied to clipboard

Represents GZIP compression.

Link copied to clipboard

Represents no compression (identity encoding).

Properties

Link copied to clipboard
abstract val name: String

The name of the compression algorithm as it appears in the grpc-encoding header.