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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.pekko.http.scaladsl.coding.Deflate
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
-
Field Details
-
MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Deflate$
public Deflate$()Deprecated.
-