Package akka.http.scaladsl.server
Class UnacceptedResponseEncodingRejection$
- java.lang.Object
-
- akka.http.scaladsl.server.UnacceptedResponseEncodingRejection$
-
- All Implemented Interfaces:
java.io.Serializable
public class UnacceptedResponseEncodingRejection$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static UnacceptedResponseEncodingRejection$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description UnacceptedResponseEncodingRejection$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnacceptedResponseEncodingRejection
apply(HttpEncoding supported)
-
-
-
Field Detail
-
MODULE$
public static final UnacceptedResponseEncodingRejection$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public UnacceptedResponseEncodingRejection apply(HttpEncoding supported)
-
-