Class DeflaterPostProcessor

All Implemented Interfaces:
MessagePostProcessor, Ordered

public class DeflaterPostProcessor extends AbstractDeflaterPostProcessor
A post processor that uses a DeflaterOutputStream to compress the message body. Sets MessageProperties.SPRING_AUTO_DECOMPRESS to true by default.
Since:
2.2
Author:
David Diehl