reactivemongo.api.Compressor$
See theCompressor companion trait
object Compressor
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Compressor.type
Members list
Concise view
Type members
Classlikes
The content of the message is uncompressed. This is realistically only used for testing.
The content of the message is uncompressed. This is realistically only used for testing.
Attributes
- Graph
- Supertypes
- Self type
- Noop.type
The content of the message is compressed using snappy.
The content of the message is compressed using snappy.
Attributes
- Graph
- Supertypes
- Self type
- Snappy.type
The content of the message is compressed using zlib.
The content of the message is compressed using zlib.
Attributes
object Zlib
The content of the message is compressed using zstd.