Package akka.http.javadsl.server
Interface TooManyRangesRejection
-
- All Superinterfaces:
Rejection
- All Known Implementing Classes:
TooManyRangesRejection
public interface TooManyRangesRejection extends Rejection
Rejection created by range directives. Signals that the request contains too many ranges. An irregular high number of ranges indicates a broken client or a denial of service attack.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
maxRanges()
-