Uses of Class
org.apache.jena.atlas.web.MediaType
Packages that use MediaType
-
Uses of MediaType in org.apache.jena.atlas.web
Subclasses of MediaType in org.apache.jena.atlas.webModifier and TypeClassDescriptionclassA media range is a media type used in content negotiation.Methods in org.apache.jena.atlas.web that return MediaTypeModifier and TypeMethodDescriptionstatic MediaTypestatic MediaTypestatic MediaTypestatic MediaTypeMediaType.createFromContentType(String string) static MediaTypeAcceptList.match(AcceptList proposalList, AcceptList offerList) Find the best thing in offer list 8sever side) matching the proposal (client, Accept header).Methods in org.apache.jena.atlas.web with parameters of type MediaTypeModifier and TypeMethodDescriptionbooleanbooleanContentType.agreesWith(MediaType mt) Return true if the media type has same type and subtype.static AcceptListCreate a list of accept items from the give MediaTypes.booleanFind and return a match for a specific MediaType.booleanMediaRange.moreGroundedThan(MediaType item) Constructors in org.apache.jena.atlas.web with parameters of type MediaTypeModifierConstructorDescriptionMediaRange(MediaType other) TypedOutputStream(OutputStream out, MediaType mediaType)