Package akka.http.javadsl.server
Interface UnacceptedResponseEncodingRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
UnacceptedResponseEncodingRejection
public interface UnacceptedResponseEncodingRejection extends Rejection
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<HttpEncoding>
getSupported()
-
-
-
Method Detail
-
getSupported
java.util.Set<HttpEncoding> getSupported()
-
-