Package akka.http.scaladsl.coding
Class Encoder$
- java.lang.Object
-
- akka.http.scaladsl.coding.Encoder$
-
public class Encoder$ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Encoder$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.Function1<HttpMessage,java.lang.Object>
DefaultFilter()
boolean
isCompressible(HttpMessage msg)
scala.Function1<HttpHeader,java.lang.Object>
isContentEncodingHeader()
-
-
-
Field Detail
-
MODULE$
public static final Encoder$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
DefaultFilter
public scala.Function1<HttpMessage,java.lang.Object> DefaultFilter()
-
isCompressible
public boolean isCompressible(HttpMessage msg)
-
isContentEncodingHeader
public scala.Function1<HttpHeader,java.lang.Object> isContentEncodingHeader()
-
-