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. 
com.sun.jersey.server.impl.model   
 

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 java.util.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 java.util.List<AcceptableMediaType> HttpHeaderReader.readAcceptMediaType(java.lang.String header)
           
static java.util.List<AcceptableMediaType> HttpHeaderReader.readAcceptMediaType(java.lang.String header, java.util.List<QualitySourceMediaType> priorityMediaTypes)
           
 

Uses of AcceptableMediaType in com.sun.jersey.server.impl.model
 

Methods in com.sun.jersey.server.impl.model that return types with arguments of type AcceptableMediaType
static java.util.List<AcceptableMediaType> HttpHelper.getAccept(HttpRequestContext request)
          Get the list of Media type from the "Accept" of an HTTP request.
static java.util.List<AcceptableMediaType> HttpHelper.getAccept(HttpRequestContext request, java.util.List<QualitySourceMediaType> priorityMediaTypes)
           
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.