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 Detail

      • maxRanges

        int maxRanges()