| Package | Description |
|---|---|
| org.mule.transformer.compression |
Transformers for compressing and uncompressing message payloads.
|
| org.mule.util.compression |
Compression support used by Mule transformers.
|
| Modifier and Type | Method and Description |
|---|---|
CompressionStrategy |
AbstractCompressionTransformer.getStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCompressionTransformer.setStrategy(CompressionStrategy strategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
GZipCompression
GZipCompression is a CompressionStrategy implementation using the
GZip library included in the JDK java.util.zip. |
| Modifier and Type | Method and Description |
|---|---|
static CompressionStrategy |
CompressionHelper.getDefaultCompressionStrategy() |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.