Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
static AcceptableMediaType |
MediaTypes.GENERAL_ACCEPT_MEDIA_TYPE
The general acceptable media type corresponding to \*\/*.
|
Modifier and Type | Field and Description |
---|---|
static List<AcceptableMediaType> |
MediaTypes.GENERAL_ACCEPT_MEDIA_TYPE_LIST
A singleton list containing the general acceptable media type.
|
Modifier and Type | Method and Description |
---|---|
static AcceptableMediaType |
AcceptableMediaType.valueOf(HttpHeaderReader reader) |
Modifier and Type | Method and Description |
---|---|
static List<AcceptableMediaType> |
HttpHeaderReader.readAcceptMediaType(String header) |
static List<AcceptableMediaType> |
HttpHeaderReader.readAcceptMediaType(String header,
List<QualitySourceMediaType> priorityMediaTypes) |
Modifier and Type | Method and Description |
---|---|
static List<AcceptableMediaType> |
HttpHelper.getAccept(HttpRequestContext request)
Get the list of Media type from the "Accept" of an HTTP request.
|
static List<AcceptableMediaType> |
HttpHelper.getAccept(HttpRequestContext request,
List<QualitySourceMediaType> priorityMediaTypes) |
Copyright © 2013 Oracle Corporation. All rights reserved.