
Static Public Attributes | |
| Deflate = _compression.Deflate | |
| Gzip = _compression.Gzip | |
| NoCompression = _compression.NoCompression | |
Indicates the compression method to be used for an RPC.
This enumeration is part of an EXPERIMENTAL API.
Attributes:
NoCompression: Do not use compression algorithm.
Deflate: Use "Deflate" compression algorithm.
Gzip: Use "Gzip" compression algorithm.
Definition at line 2084 of file src/python/grpcio/grpc/__init__.py.
|
static |
Definition at line 2095 of file src/python/grpcio/grpc/__init__.py.
|
static |
Definition at line 2096 of file src/python/grpcio/grpc/__init__.py.
|
static |
Definition at line 2094 of file src/python/grpcio/grpc/__init__.py.