Class UnsatisfiableRangeRejection

  • All Implemented Interfaces:
    Rejection, UnsatisfiableRangeRejection, Rejection, java.io.Serializable, scala.Equals, scala.Product

    public final class UnsatisfiableRangeRejection
    extends java.lang.Object
    implements UnsatisfiableRangeRejection, Rejection, scala.Product, java.io.Serializable
    Rejection created by range directives. Signals that the request was rejected because the requests contains only unsatisfiable ByteRanges. The actualEntityLength gives the client a hint to create satisfiable ByteRanges.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsatisfiableRangeRejection

        public UnsatisfiableRangeRejection​(scala.collection.immutable.Seq<ByteRange> unsatisfiableRanges,
                                           long actualEntityLength)