Package akka.http.scaladsl.coding
Class Deflate$
- java.lang.Object
-
- akka.http.scaladsl.coding.Deflate
-
- akka.http.scaladsl.coding.Deflate$
-
- All Implemented Interfaces:
Coder
,Decoder
,Encoder
,StreamDecoder
public class Deflate$ extends Deflate
Deprecated.Actual implementation of Deflate is internal API, use Coders.Deflate instead. Since 10.2.0.
-
-
Constructor Summary
Constructors Constructor Description Deflate$()
Deprecated.
-
Method Summary
-
Methods inherited from class akka.http.scaladsl.coding.Deflate
decode, decodeData, decodeMessage, decoderFlow, encode, encodeAsync, encodeData, encodeMessage, encoderFlow, encoding, maxBytesPerChunk, messageFilter, newCompressor, newDecompressorStage, newEncodeTransformer, withLevel, withMaxBytesPerChunk
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.scaladsl.coding.Decoder
decode, decodeData, decodeMessage
-
Methods inherited from interface akka.http.scaladsl.coding.Encoder
encode, encodeAsync, encodeData, encodeMessage, encoderFlow, newEncodeTransformer, singleUseEncoderFlow
-
Methods inherited from interface akka.http.scaladsl.coding.StreamDecoder
decoderFlow, maxBytesPerChunk, withMaxBytesPerChunk
-
-
-
-
Field Detail
-
MODULE$
public static final Deflate$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-