Class MethodRejection

java.lang.Object
akka.http.scaladsl.server.MethodRejection
All Implemented Interfaces:
MethodRejection, Rejection, Rejection, Serializable, scala.Equals, scala.Product

public final class MethodRejection extends Object implements MethodRejection, Rejection, scala.Product, Serializable
Rejection created by method filters. Signals that the request was rejected because the HTTP method is unsupported.
See Also:
  • Constructor Details

    • MethodRejection

      public MethodRejection(HttpMethod supported)
  • Method Details