Package io.undertow.util
Class ByteRange.Range
java.lang.Object
io.undertow.util.ByteRange.Range
- Enclosing class:
- ByteRange
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Range
public Range(long start, long end)
-
-
Method Details
-
getStart
public long getStart() -
getEnd
public long getEnd()
-