Class Gzip$

  • All Implemented Interfaces:
    Coder, Decoder, Encoder, StreamDecoder

    public class Gzip$
    extends Gzip
    Deprecated.
    Actual implementation of Gzip is internal API, use Coders.Gzip instead. Since 10.2.0.
    An encoder and decoder for the HTTP 'gzip' encoding.
    • Field Detail

      • MODULE$

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

      • Gzip$

        public Gzip$()
        Deprecated.
    • Method Detail

      • apply

        public Gzip apply​(scala.Function1<HttpMessage,​java.lang.Object> messageFilter)
        Deprecated.
        Overrides:
        apply in class Gzip