Package io.undertow.util
Class ByteRange.RangeResponseResult
- java.lang.Object
-
- io.undertow.util.ByteRange.RangeResponseResult
-
-
Constructor Summary
Constructors Constructor Description RangeResponseResult(long start, long end, long contentLength, String contentRange, int statusCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getContentLength()
String
getContentRange()
long
getEnd()
long
getStart()
int
getStatusCode()
-
-
-
Constructor Detail
-
RangeResponseResult
public RangeResponseResult(long start, long end, long contentLength, String contentRange, int statusCode)
-
-
Method Detail
-
getStart
public long getStart()
-
getEnd
public long getEnd()
-
getContentLength
public long getContentLength()
-
getContentRange
public String getContentRange()
-
getStatusCode
public int getStatusCode()
-
-