public class Coders
extends java.lang.Object
Constructor and Description |
---|
Coders() |
Modifier and Type | Method and Description |
---|---|
static scala.collection.immutable.Seq<Coder> |
DefaultCoders() |
static Coder |
Deflate() |
static Coder |
Deflate(scala.Function1<HttpMessage,java.lang.Object> messageFilter,
int compressionLevel) |
static Coder |
Gzip() |
static Coder |
Gzip(scala.Function1<HttpMessage,java.lang.Object> messageFilter,
int compressionLevel) |
static Coder |
NoCoding() |
public static Coder Gzip()
public static Coder Gzip(scala.Function1<HttpMessage,java.lang.Object> messageFilter, int compressionLevel)
public static Coder Deflate()
public static Coder Deflate(scala.Function1<HttpMessage,java.lang.Object> messageFilter, int compressionLevel)
public static Coder NoCoding()
public static scala.collection.immutable.Seq<Coder> DefaultCoders()