Class Gzip$
java.lang.Object
org.apache.pekko.http.scaladsl.coding.Gzip
org.apache.pekko.http.scaladsl.coding.Gzip$
- All Implemented Interfaces:
Coder
,Decoder
,Encoder
,StreamDecoder
Deprecated.
Actual implementation of Gzip is internal API, use Coders.Gzip instead. Since Akka HTTP 10.2.0.
An encoder and decoder for the HTTP 'gzip' encoding.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(scala.Function1<HttpMessage, Object> messageFilter) Deprecated.Methods inherited from class org.apache.pekko.http.scaladsl.coding.Gzip
decode, decodeData, decodeMessage, decoderFlow, encode, encodeAsync, encodeData, encodeMessage, encoderFlow, encoding, maxBytesPerChunk, messageFilter, newCompressor, newDecompressorStage, withLevel, withMaxBytesPerChunk
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.pekko.http.scaladsl.coding.Decoder
decode, decodeData, decodeMessage
Methods inherited from interface org.apache.pekko.http.scaladsl.coding.Encoder
encode, encodeAsync, encodeData, encodeMessage, encoderFlow, singleUseEncoderFlow
Methods inherited from interface org.apache.pekko.http.scaladsl.coding.StreamDecoder
decoderFlow, maxBytesPerChunk, withMaxBytesPerChunk