Package akka.http.javadsl.server
Interface UnacceptedResponseContentTypeRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
UnacceptedResponseContentTypeRejection
public interface UnacceptedResponseContentTypeRejection extends Rejection
Rejection created by marshallers. Signals that the request was rejected because the service is not capable of producing a response entity whose content type is accepted by the client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.collection.immutable.Set<ContentNegotiator.Alternative>
supported()
-
-
-
Method Detail
-
supported
scala.collection.immutable.Set<ContentNegotiator.Alternative> supported()
-
-