Class UnacceptedResponseEncodingRejection
java.lang.Object
org.apache.pekko.http.scaladsl.server.UnacceptedResponseEncodingRejection
- All Implemented Interfaces:
Serializable,Rejection,UnacceptedResponseEncodingRejection,Rejection,scala.Equals,scala.Product
public final class UnacceptedResponseEncodingRejection
extends Object
implements UnacceptedResponseEncodingRejection, Rejection, scala.Product, Serializable
Rejection created by encoding filters.
Signals that the request was rejected because the service is not capable of producing a response entity whose
content encoding is accepted by the client
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnacceptedResponseEncodingRejection(scala.collection.immutable.Set<HttpEncoding> supported) -
Method Summary
Modifier and TypeMethodDescriptionapply(HttpEncoding supported) scala.collection.immutable.Set<HttpEncoding>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
UnacceptedResponseEncodingRejection
-
-
Method Details
-
apply
-
supported
-
getSupported
- Specified by:
getSupportedin interfaceUnacceptedResponseEncodingRejection
-