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 SummaryConstructorsConstructorDescriptionUnacceptedResponseEncodingRejection(scala.collection.immutable.Set<HttpEncoding> supported) 
- 
Method SummaryModifier and TypeMethodDescriptionapply(HttpEncoding supported) scala.collection.immutable.Set<HttpEncoding>Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
UnacceptedResponseEncodingRejection
 
- 
- 
Method Details- 
apply
- 
supported
- 
getSupported- Specified by:
- getSupportedin interface- UnacceptedResponseEncodingRejection
 
 
-