| Modifier and Type | Interface and Description |
|---|---|
interface |
Codec
Encloses classes related to the compression and decompression of messages.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Codec.Gzip
A gzip compressor and decompressor.
|
static class |
Codec.Identity
The "identity", or "none" codec.
|
| Modifier and Type | Method and Description |
|---|---|
Decompressor |
DecompressorRegistry.lookupDecompressor(String messageEncoding)
Returns a decompressor for the given message encoding, or
null if none has been
registered. |
| Modifier and Type | Method and Description |
|---|---|
DecompressorRegistry |
DecompressorRegistry.with(Decompressor d,
boolean advertised)
Registers a decompressor for both decompression and message encoding negotiation.
|