Uses of Class
com.sun.jersey.core.header.AcceptableMediaType

Packages that use AcceptableMediaType
com.sun.jersey.core.header Provides support for HTTP headers. 
com.sun.jersey.core.header.reader Provides support for reading HTTP headers. 
 

Uses of AcceptableMediaType in com.sun.jersey.core.header
 

Fields in com.sun.jersey.core.header declared as AcceptableMediaType
static AcceptableMediaType MediaTypes.GENERAL_ACCEPT_MEDIA_TYPE
          The general acceptable media type corresponding to \*\/*.
 

Fields in com.sun.jersey.core.header with type parameters of type AcceptableMediaType
static List<AcceptableMediaType> MediaTypes.GENERAL_ACCEPT_MEDIA_TYPE_LIST
          A singleton list containing the general acceptable media type.
 

Methods in com.sun.jersey.core.header that return AcceptableMediaType
static AcceptableMediaType AcceptableMediaType.valueOf(HttpHeaderReader reader)
           
 

Uses of AcceptableMediaType in com.sun.jersey.core.header.reader
 

Methods in com.sun.jersey.core.header.reader that return types with arguments of type AcceptableMediaType
static List<AcceptableMediaType> HttpHeaderReader.readAcceptMediaType(String header)
           
static List<AcceptableMediaType> HttpHeaderReader.readAcceptMediaType(String header, List<QualitySourceMediaType> priorityMediaTypes)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.