Class Deflate$
java.lang.Object
org.apache.pekko.http.scaladsl.coding.Deflate
org.apache.pekko.http.scaladsl.coding.Deflate$
- All Implemented Interfaces:
- Coder,- Decoder,- Encoder,- StreamDecoder
Deprecated.
Actual implementation of Deflate is internal API, use Coders.Deflate instead. Since Akka HTTP 10.2.0.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.pekko.http.scaladsl.coding.Deflatedecode, 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
- 
Field Details- 
MODULE$Deprecated.Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
Deflate$public Deflate$()Deprecated.
 
-