Uses of Class
org.apache.juneau.http.header.ContentRange
Packages that use ContentRange
-
Uses of ContentRange in org.apache.juneau.http
Methods in org.apache.juneau.http that return ContentRangeModifier and TypeMethodDescriptionstatic final ContentRange
HttpHeaders.contentRange
(String value) Creates a newContentRange
header.static final ContentRange
HttpHeaders.contentRange
(Supplier<String> value) Creates a newContentRange
header with a delayed value. -
Uses of ContentRange in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return ContentRangeModifier and TypeMethodDescriptionstatic ContentRange
Static creator.static ContentRange
Static creator with delayed value.