Class GZipPostProcessor

All Implemented Interfaces:
MessagePostProcessor, Ordered

public class GZipPostProcessor extends AbstractDeflaterPostProcessor
A post processor that uses a GZIPOutputStream to compress the message body. Sets MessageProperties.SPRING_AUTO_DECOMPRESS to true by default.
Since:
1.4.2
Author:
Gary Russell