Class Coders$


  • public class Coders$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Coders$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Coders$()  
    • Field Detail

      • MODULE$

        public static final Coders$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Coders$

        public Coders$()
    • Method Detail

      • Gzip

        public Coder Gzip()
      • Gzip

        public Coder Gzip​(scala.Function1<HttpMessage,​java.lang.Object> messageFilter,
                          int compressionLevel)
      • Deflate

        public Coder Deflate()
      • Deflate

        public Coder Deflate​(scala.Function1<HttpMessage,​java.lang.Object> messageFilter,
                             int compressionLevel)
      • NoCoding

        public Coder NoCoding()
      • DefaultCoders

        public scala.collection.immutable.Seq<Coder> DefaultCoders()