Interface Range
@Immutable
public interface Range
-
Field Summary
Fields -
Method Summary
-
Field Details
-
REQUESTED_RANGE_REGEXP
- See Also:
-
REQUESTED_RANGE_PATTERN
-
-
Method Details
-
start
long start() -
end
long end() -
total
OptionalLong total() -
fromString
Can parse AWS style and "standard"Rangeheader values. -
check
@Check default void check()
-