クラス InflaterPostProcessor
java.lang.ObjectSE
org.springframework.amqp.support.postprocessor.AbstractDecompressingPostProcessor
org.springframework.amqp.support.postprocessor.InflaterPostProcessor
- 実装済みのインターフェース一覧:
MessagePostProcessor,Ordered
InflaterInputStreamSE を使用してメッセージ本文を解凍するポストプロセッサー。- 導入:
- 2.2
- 作成者:
- David Diehl
フィールド概要
インターフェース org.springframework.core.Ordered から継承されたフィールド
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明protected InputStreamSEgetDecompressorStream(InputStreamSE zipped) ストリームを取得します。protected StringSEエンコーディングを取得します。クラス org.springframework.amqp.support.postprocessor.AbstractDecompressingPostProcessor から継承されたメソッド
getOrder, postProcessMessage, setOrderクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.amqp.core.MessagePostProcessor から継承されたメソッド
postProcessMessage, postProcessMessage
コンストラクターの詳細
InflaterPostProcessor
public InflaterPostProcessor()InflaterPostProcessor
public InflaterPostProcessor(boolean alwaysDecompress)
方法の詳細
getDecompressorStream
クラスからコピーされた説明:AbstractDecompressingPostProcessorストリームを取得します。- 次で指定:
- クラス
AbstractDecompressingPostProcessorのgetDecompressorStream - パラメーター:
zipped- 圧縮データを書き込む出力ストリーム。- 戻り値:
- デコンプレッサの入力ストリーム。
getEncoding
クラスからコピーされた説明:AbstractDecompressingPostProcessorエンコーディングを取得します。- 次で指定:
- クラス
AbstractDecompressingPostProcessorのgetEncoding - 戻り値:
- content-encoding ヘッダー。