java.lang.Object
org.apache.pekko.http.scaladsl.coding.Gzip
org.apache.pekko.http.scaladsl.coding.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 Akka HTTP 10.2.0.
An encoder and decoder for the HTTP 'gzip' encoding.
  • Field Details

    • MODULE$

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

    • Gzip$

      public Gzip$()
      Deprecated.
  • Method Details