Uses of Class
org.apache.juneau.MediaRange
Packages that use MediaRange
-
Uses of MediaRange in org.apache.juneau
Methods in org.apache.juneau that return MediaRangeModifier and TypeMethodDescriptionMediaRange.forEachExtension
(Consumer<NameValuePair> action) Performs an action on the optional set of custom extensions defined for this type.MediaRanges.getRange
(int index) Returns theMediaRange
at the specified index.Methods in org.apache.juneau that return types with arguments of type MediaRangeModifier and TypeMethodDescriptionMediaRanges.toList()
Returns the media ranges that make up this object.Method parameters in org.apache.juneau with type arguments of type MediaRangeModifier and TypeMethodDescriptionMediaRanges.forEachRange
(Consumer<MediaRange> action) Performs an action on the media ranges that make up this object. -
Uses of MediaRange in org.apache.juneau.http.header
Methods in org.apache.juneau.http.header that return MediaRangeModifier and TypeMethodDescriptionBasicMediaRangesHeader.getRange
(int index) Returns theMediaRange
at the specified index.