Class ByteRange.RangeResponseResult

java.lang.Object
io.undertow.util.ByteRange.RangeResponseResult
Enclosing class:
ByteRange

public static class ByteRange.RangeResponseResult extends Object
  • Constructor Details

    • RangeResponseResult

      public RangeResponseResult(long start, long end, long contentLength, String contentRange, int statusCode)
  • Method Details

    • getStart

      public long getStart()
    • getEnd

      public long getEnd()
    • getContentLength

      public long getContentLength()
    • getContentRange

      public String getContentRange()
    • getStatusCode

      public int getStatusCode()