Package akka.http.scaladsl.model.headers
Class HttpEncodings$
- java.lang.Object
-
- akka.http.scaladsl.model.headers.HttpEncodings$
-
- All Implemented Interfaces:
ObjectRegistry<java.lang.String,HttpEncoding>
public class HttpEncodings$ extends java.lang.Object implements ObjectRegistry<java.lang.String,HttpEncoding>
-
-
Field Summary
Fields Modifier and Type Field Description static HttpEncodings$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description HttpEncodings$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpEncoding
chunked()
HttpEncoding
compress()
HttpEncoding
deflate()
HttpEncoding
gzip()
HttpEncoding
identity()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.ObjectRegistry
getForKey, getForKeyCaseInsensitive, register
-
-
-
-
Field Detail
-
MODULE$
public static final HttpEncodings$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
compress
public HttpEncoding compress()
-
chunked
public HttpEncoding chunked()
-
deflate
public HttpEncoding deflate()
-
gzip
public HttpEncoding gzip()
-
identity
public HttpEncoding identity()
-
-