Package akka.http.javadsl.server
Interface SchemeRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
SchemeRejection
public interface SchemeRejection extends Rejection
Rejection created by scheme filters. Signals that the request was rejected because the Uri scheme is unsupported.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
supported()
-