Class RequestEntityExpectedRejection
java.lang.Object
org.apache.pekko.http.scaladsl.server.RequestEntityExpectedRejection
Rejection created by unmarshallers.
 Signals that the request was rejected because an message body entity was expected but not supplied.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract static booleanabstract static booleanabstract static intabstract static ObjectproductElement(int n) static StringproductElementName(int n) static scala.collection.Iterator<String>static scala.collection.Iterator<Object>static String
- 
Constructor Details- 
RequestEntityExpectedRejectionpublic RequestEntityExpectedRejection()
 
- 
- 
Method Details- 
canEqual
- 
equals
- 
productAritypublic abstract static int productArity()
- 
productElement
- 
productIterator
- 
productPrefix
- 
productElementName
- 
productElementNames
 
-