public class Coders$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static Coders$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| Coders$() | 
| Modifier and Type | Method and Description | 
|---|---|
| scala.collection.immutable.Seq<Coder> | DefaultCoders() | 
| Coder | Deflate() | 
| Coder | Deflate(scala.Function1<HttpMessage,java.lang.Object> messageFilter,
       int compressionLevel) | 
| Coder | Gzip() | 
| Coder | Gzip(scala.Function1<HttpMessage,java.lang.Object> messageFilter,
    int compressionLevel) | 
| Coder | NoCoding() | 
public static final Coders$ MODULE$
public Coder Gzip()
public Coder Gzip(scala.Function1<HttpMessage,java.lang.Object> messageFilter, int compressionLevel)
public Coder Deflate()
public Coder Deflate(scala.Function1<HttpMessage,java.lang.Object> messageFilter, int compressionLevel)
public Coder NoCoding()
public scala.collection.immutable.Seq<Coder> DefaultCoders()