Package | Description |
---|---|
com.sun.jersey.core.header.reader |
Provides support for reading HTTP headers.
|
com.sun.jersey.server.impl.model |
Modifier and Type | Method and Description |
---|---|
static List<AcceptableToken> |
HttpHeaderReader.readAcceptToken(String header) |
Modifier and Type | Method and Description |
---|---|
static List<AcceptableToken> |
HttpHelper.getAcceptCharset(HttpRequestContext request)
Get the list of language tag from the "Accept-Charset" of an HTTP request.
|
static List<AcceptableToken> |
HttpHelper.getAcceptEncoding(HttpRequestContext request)
Get the list of language tag from the "Accept-Charset" of an HTTP request.
|
Copyright © 2013 Oracle Corporation. All rights reserved.