Package org.springframework.amqp.support.postprocessor
package org.springframework.amqp.support.postprocessor
Package for Spring AMQP message post processors.
-
ClassDescriptionBase class for post processors that compress the message body.Base class for post processors that decompress the message body if the
MessageProperties.SPRING_AUTO_DECOMPRESS
header is true or to optionally always decompress if the content encoding matchesAbstractDecompressingPostProcessor.getEncoding()
, or starts withAbstractDecompressingPostProcessor.getEncoding()
+ ":", in which case the encoding following the colon becomes the final content encoding of the decompressed message.Base class for post processors based onDeflater
.A post processor that uses aDeflaterOutputStream
to compress the message body.AMessagePostProcessor
that delegates to one of itsMessagePostProcessor
s depending on the content encoding.A post processor that uses aGZIPInputStream
to decompress the message body.A post processor that uses aGZIPOutputStream
to compress the message body.A post processor that uses aInflaterInputStream
to decompress the message body.Utilities for message post processors.A post processor that uses aZipInputStream
to decompress the message body.A post processor that uses aZipOutputStream
to compress the message body.