Uses of Class
org.apache.juneau.StringRange
Packages that use StringRange
-
Uses of StringRange in org.apache.juneau
Methods in org.apache.juneau that return StringRangeModifier and TypeMethodDescriptionStringRange.forEachExtension
(Consumer<NameValuePair> action) Performs an action on the optional set of custom extensions defined for this type.StringRanges.getRange
(int index) Returns theMediaRange
at the specified index.Methods in org.apache.juneau that return types with arguments of type StringRangeModifier and TypeMethodDescriptionStringRanges.toList()
Returns the string ranges that make up this object.Methods in org.apache.juneau with parameters of type StringRangeModifier and TypeMethodDescriptionstatic StringRanges
StringRanges.of
(StringRange... value) Returns a parsed string range header value.Method parameters in org.apache.juneau with type arguments of type StringRangeModifier and TypeMethodDescriptionStringRanges.forEachRange
(Consumer<StringRange> action) Performs an action on the string ranges that make up this object.Constructors in org.apache.juneau with parameters of type StringRange -
Uses of StringRange in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return StringRangeModifier and TypeMethodDescriptionBasicStringRangesHeader.getRange
(int index) Returns theMediaRange
at the specified index.