Class Coders
java.lang.Object
org.apache.pekko.http.scaladsl.coding.Coders
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
Coderspublic Coders()
 
- 
- 
Method Details- 
Gzip
- 
Gzip
- 
Deflate
- 
Deflatepublic static Coder Deflate(scala.Function1<HttpMessage, Object> messageFilter, int compressionLevel) 
- 
NoCoding
- 
DefaultCoders
 
-