Package akka.http.javadsl.server
Interface MethodRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
MethodRejection
public interface MethodRejection extends Rejection
Rejection created by method filters. Signals that the request was rejected because the HTTP method is unsupported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpMethod
supported()
-
-
-
Method Detail
-
supported
HttpMethod supported()
-
-