Package | Description |
---|---|
com.sun.jersey.api.core |
Provides support for configuration.
|
com.sun.jersey.guice | |
com.sun.jersey.oauth.server | |
com.sun.jersey.server.impl | |
com.sun.jersey.server.impl.application | |
com.sun.jersey.server.impl.model | |
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
Modifier and Type | Method and Description |
---|---|
HttpRequestContext |
HttpContext.getRequest()
Get the HTTP request information.
|
Modifier and Type | Method and Description |
---|---|
HttpRequestContext |
JerseyServletModule.requestContext(WebApplication wa) |
Constructor and Description |
---|
OAuthServerRequest(HttpRequestContext context) |
Modifier and Type | Method and Description |
---|---|
HttpRequestContext |
ThreadLocalHttpContext.getRequest() |
Modifier and Type | Method and Description |
---|---|
HttpRequestContext |
WebApplicationContext.getRequest() |
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) |
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.
|
static List<AcceptableLanguageTag> |
HttpHelper.getAcceptLangauge(HttpRequestContext request)
|
static List<AcceptableLanguageTag> |
HttpHelper.getAcceptLanguage(HttpRequestContext request)
Get the list of language tag from the "Accept-Language" of an HTTP request.
|
static Locale |
HttpHelper.getContentLanguageAsLocale(HttpRequestContext request)
Get the content language as a Locale instance.
|
static javax.ws.rs.core.MediaType |
HttpHelper.getContentType(HttpRequestContext request)
Get the content type from the "Content-Type" of an HTTP request.
|
static Set<MatchingEntityTag> |
HttpHelper.getIfMatch(HttpRequestContext request) |
static Set<MatchingEntityTag> |
HttpHelper.getIfNoneMatch(HttpRequestContext request) |
Modifier and Type | Class and Description |
---|---|
class |
AdaptingContainerRequest
An adapting in-bound HTTP request that may override the behaviour of
ContainerRequest . |
class |
CachedEntityContainerRequest
A cached entity in-bound HTTP request that caches the entity instance
obtained from the adapted container request.
|
class |
ContainerRequest
An in-bound HTTP request to be processed by the web application.
|
Copyright © 2013 Oracle Corporation. All rights reserved.