Package akka.http.scaladsl.server
Class RequestEntityExpectedRejection$
java.lang.Object
akka.http.javadsl.server.RequestEntityExpectedRejection
akka.http.scaladsl.server.RequestEntityExpectedRejection$
- All Implemented Interfaces:
Rejection
,Rejection
,Serializable
,scala.Equals
,scala.Product
public class RequestEntityExpectedRejection$
extends RequestEntityExpectedRejection
implements Rejection, scala.Product, Serializable
Rejection created by unmarshallers.
Signals that the request was rejected because an message body entity was expected but not supplied.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RequestEntityExpectedRejection$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class akka.http.javadsl.server.RequestEntityExpectedRejection
get
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
RequestEntityExpectedRejection$
public RequestEntityExpectedRejection$()
-