Package akka.http.scaladsl.coding
Class Gzip$
- java.lang.Object
-
- akka.http.scaladsl.coding.Gzip
-
- akka.http.scaladsl.coding.Gzip$
-
- All Implemented Interfaces:
Coder
,Decoder
,Encoder
,StreamDecoder
public class Gzip$ extends Gzip
Deprecated.Actual implementation of Gzip is internal API, use Coders.Gzip instead. Since 10.2.0.An encoder and decoder for the HTTP 'gzip' encoding.
-
-
Constructor Summary
Constructors Constructor Description Gzip$()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Gzip
apply(scala.Function1<HttpMessage,java.lang.Object> messageFilter)
Deprecated.-
Methods inherited from class akka.http.scaladsl.coding.Gzip
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 Gzip$ MODULE$
Deprecated.Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public Gzip apply(scala.Function1<HttpMessage,java.lang.Object> messageFilter)
Deprecated.
-
-