Package io.undertow.util
Class ByteRange.Range
- java.lang.Object
-
- io.undertow.util.ByteRange.Range
-
- Enclosing class:
- ByteRange
public static class ByteRange.Range extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Range(long start, long end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEnd()
long
getStart()
-