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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(scala.Function1<HttpMessage, Object> messageFilter) Deprecated.Methods inherited from class org.apache.pekko.http.scaladsl.coding.Gzipdecode, decodeData, decodeMessage, decoderFlow, encode, encodeAsync, encodeData, encodeMessage, encoderFlow, encoding, maxBytesPerChunk, messageFilter, newCompressor, newDecompressorStage, withLevel, withMaxBytesPerChunkMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.scaladsl.coding.Decoderdecode, decodeData, decodeMessageMethods inherited from interface org.apache.pekko.http.scaladsl.coding.Encoderencode, encodeAsync, encodeData, encodeMessage, encoderFlow, singleUseEncoderFlowMethods inherited from interface org.apache.pekko.http.scaladsl.coding.StreamDecoderdecoderFlow, maxBytesPerChunk, withMaxBytesPerChunk