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

Packages that use AcceptableToken
com.sun.jersey.core.header.reader Provides support for reading HTTP headers. 
com.sun.jersey.server.impl.model   
 

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

Methods in com.sun.jersey.core.header.reader that return types with arguments of type AcceptableToken
static java.util.List<AcceptableToken> HttpHeaderReader.readAcceptToken(java.lang.String header)
           
 

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

Methods in com.sun.jersey.server.impl.model that return types with arguments of type AcceptableToken
static java.util.List<AcceptableToken> HttpHelper.getAcceptCharset(HttpRequestContext request)
          Get the list of language tag from the "Accept-Charset" of an HTTP request.
static java.util.List<AcceptableToken> HttpHelper.getAcceptEncoding(HttpRequestContext request)
          Get the list of language tag from the "Accept-Charset" of an HTTP request.
 



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