Uses of Class
org.glassfish.jersey.message.internal.AcceptableToken

Packages that use AcceptableToken
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
 

Uses of AcceptableToken in org.glassfish.jersey.message.internal
 

Methods in org.glassfish.jersey.message.internal that return types with arguments of type AcceptableToken
 List<AcceptableToken> InboundMessageContext.getQualifiedAcceptCharset()
          Get the list of language tag from the "Accept-Charset" of an HTTP request.
 List<AcceptableToken> InboundMessageContext.getQualifiedAcceptEncoding()
          Get the list of language tag from the "Accept-Charset" of an HTTP request.
static List<AcceptableToken> HttpHeaderReader.readAcceptToken(String header)
           
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.