Uses of Class
org.glassfish.jersey.message.internal.AcceptableToken
Packages that use AcceptableToken
-
Uses of AcceptableToken in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal with type parameters of type AcceptableTokenModifier and TypeFieldDescriptionprivate static final HttpHeaderReader.ListElementCreator<AcceptableToken>
HttpHeaderReader.ACCEPTABLE_TOKEN_CREATOR
private static final VariantSelector.DimensionChecker<AcceptableToken,
String> VariantSelector.CHARSET_DC
private static final VariantSelector.DimensionChecker<AcceptableToken,
String> VariantSelector.ENCODING_DC
Methods in org.glassfish.jersey.message.internal that return types with arguments of type AcceptableTokenModifier and TypeMethodDescriptionInboundMessageContext.getQualifiedAcceptCharset()
Get the list of language tag from the "Accept-Charset" of an HTTP request.InboundMessageContext.getQualifiedAcceptEncoding()
Get the list of language tag from the "Accept-Charset" of an HTTP request.static List<AcceptableToken>
HttpHeaderReader.readAcceptToken
(String header) TODO javadoc.