Class RangeRequest

    • Field Detail

      • RANGE_PATTERN

        public static final Pattern RANGE_PATTERN
    • Constructor Detail

      • RangeRequest

        public RangeRequest​(long firstByte,
                            long contentLength)
      • RangeRequest

        public RangeRequest​(long firstByte,
                            long lastByte,
                            long contentLength)