Uses of Class
org.apache.jena.atlas.web.MediaRange
-
Packages that use MediaRange Package Description org.apache.jena.atlas.web -
-
Uses of MediaRange in org.apache.jena.atlas.web
Methods in org.apache.jena.atlas.web that return MediaRange Modifier and Type Method Description MediaRangeAcceptList. first()MediaRangeAcceptList. match(MediaType offer)Find and return a match for a specific MediaType.Methods in org.apache.jena.atlas.web that return types with arguments of type MediaRange Modifier and Type Method Description java.util.List<MediaRange>AcceptList. entries()Constructors in org.apache.jena.atlas.web with parameters of type MediaRange Constructor Description AcceptList(MediaRange... acceptItems)Create a list of accept items from the give MediaTypes.MediaRange(MediaRange other)Constructor parameters in org.apache.jena.atlas.web with type arguments of type MediaRange Constructor Description AcceptList(java.util.List<MediaRange> mediaRanges)Create a list of accept items from the give strings.
-