Class UnzipPostProcessor
java.lang.Object
org.springframework.amqp.support.postprocessor.AbstractDecompressingPostProcessor
org.springframework.amqp.support.postprocessor.UnzipPostProcessor
- All Implemented Interfaces:
MessagePostProcessor,Ordered
A post processor that uses a
ZipInputStream to decompress the
message body.- Since:
- 1.4.2
- Author:
- Gary Russell
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InputStreamgetDecompressorStream(InputStream zipped) Get the stream.protected StringGet the encoding.Methods inherited from class org.springframework.amqp.support.postprocessor.AbstractDecompressingPostProcessor
getOrder, postProcessMessage, setOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.amqp.core.MessagePostProcessor
postProcessMessage, postProcessMessage
-
Constructor Details
-
UnzipPostProcessor
public UnzipPostProcessor() -
UnzipPostProcessor
public UnzipPostProcessor(boolean alwaysDecompress)
-
-
Method Details
-
getDecompressorStream
Description copied from class:AbstractDecompressingPostProcessorGet the stream.- Specified by:
getDecompressorStreamin classAbstractDecompressingPostProcessor- Parameters:
zipped- The output stream to write the compressed data to.- Returns:
- the decompressor input stream.
- Throws:
IOException- IOException
-
getEncoding
Description copied from class:AbstractDecompressingPostProcessorGet the encoding.- Specified by:
getEncodingin classAbstractDecompressingPostProcessor- Returns:
- the content-encoding header.
-