Class Coders
java.lang.Object
org.apache.pekko.http.scaladsl.coding.Coders
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic scala.collection.immutable.Seq<Coder>static CoderDeflate()static CoderDeflate(scala.Function1<HttpMessage, Object> messageFilter, int compressionLevel) static CoderGzip()static CoderGzip(scala.Function1<HttpMessage, Object> messageFilter, int compressionLevel) static CoderNoCoding()
-
Constructor Details
-
Coders
public Coders()
-
-
Method Details
-
Gzip
-
Gzip
-
Deflate
-
Deflate
public static Coder Deflate(scala.Function1<HttpMessage, Object> messageFilter, int compressionLevel) -
NoCoding
-
DefaultCoders
-