Package akka.http.scaladsl.coding
Class GzipDecompressor$
- java.lang.Object
-
- akka.http.scaladsl.coding.GzipDecompressor$
-
public class GzipDecompressor$ extends java.lang.Object
INTERNAL API
-
-
Field Summary
Fields Modifier and Type Field Description static GzipDecompressor$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description GzipDecompressor$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description akka.util.ByteString
Header()
INTERNAL API
-
-
-
Field Detail
-
MODULE$
public static final GzipDecompressor$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-