Uses of Class
org.openjena.atlas.web.MediaType

Packages that use MediaType
org.openjena.atlas.web   
 

Uses of MediaType in org.openjena.atlas.web
 

Subclasses of MediaType in org.openjena.atlas.web
 class MediaRange
          A media range is a media type used in content negotiation.
 

Methods in org.openjena.atlas.web that return MediaType
static MediaType MediaType.create(String contentType, String charset)
           
static MediaType MediaType.create(String contentType, String subType, String charset)
           
static MediaType AcceptList.match(AcceptList proposalList, AcceptList offerList)
          Find the best thing in offer list with the proposal "best" means highest q value, with left most being better for same q.
 

Methods in org.openjena.atlas.web with parameters of type MediaType
 boolean MediaRange.accepts(MediaType item)
           
 boolean MediaRange.moreGroundedThan(MediaType item)
           
 

Constructors in org.openjena.atlas.web with parameters of type MediaType
AcceptList(MediaType... acceptItems)
          Create a list of accept items from the give MediaTypes.
MediaRange(MediaType other)
           
MediaType(MediaType other)
           
TypedInputStream(InputStream in, MediaType mediaType)
           
TypedOutputStream(OutputStream out, MediaType mediaType)
           
 



Licenced under the Apache License, Version 2.0