Package io.undertow.util
Class ByteRange.RangeResponseResult
java.lang.Object
io.undertow.util.ByteRange.RangeResponseResult
- Enclosing class:
- ByteRange
-
Constructor Summary
ConstructorsConstructorDescriptionRangeResponseResult
(long start, long end, long contentLength, String contentRange, int statusCode) -
Method Summary
-
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
-
getStatusCode
public int getStatusCode()
-