Uses of Interface
com.sun.jersey.api.core.HttpRequestContext

Packages that use HttpRequestContext
com.sun.jersey.api.core Provides support for configuration. 
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. 
 

Uses of HttpRequestContext in com.sun.jersey.api.core
 

Methods in com.sun.jersey.api.core that return HttpRequestContext
 HttpRequestContext HttpContext.getRequest()
          Get the HTTP request information.
 

Uses of HttpRequestContext in com.sun.jersey.oauth.server
 

Constructors in com.sun.jersey.oauth.server with parameters of type HttpRequestContext
OAuthServerRequest(HttpRequestContext context)
           
 

Uses of HttpRequestContext in com.sun.jersey.server.impl
 

Methods in com.sun.jersey.server.impl that return HttpRequestContext
 HttpRequestContext ThreadLocalHttpContext.getRequest()
           
 

Methods in com.sun.jersey.server.impl with parameters of type HttpRequestContext
static javax.ws.rs.core.Variant VariantSelector.selectVariant(HttpRequestContext r, java.util.List<javax.ws.rs.core.Variant> variants)
           
 

Uses of HttpRequestContext in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application that return HttpRequestContext
 HttpRequestContext WebApplicationContext.getRequest()
           
 

Uses of HttpRequestContext in com.sun.jersey.server.impl.model
 

Methods in com.sun.jersey.server.impl.model with parameters of type HttpRequestContext
static java.util.List<AcceptableMediaType> HttpHelper.getAccept(HttpRequestContext request)
          Get the list of Media type from the "Accept" of an HTTP request.
static java.util.List<AcceptableMediaType> HttpHelper.getAccept(HttpRequestContext request, java.util.List<QualitySourceMediaType> priorityMediaTypes)
           
static java.util.List<AcceptableToken> HttpHelper.getAcceptCharset(HttpRequestContext request)
          Get the list of language tag from the "Accept-Charset" of an HTTP request.
static java.util.List<AcceptableToken> HttpHelper.getAcceptEncoding(HttpRequestContext request)
          Get the list of language tag from the "Accept-Charset" of an HTTP request.
static java.util.List<AcceptableLanguageTag> HttpHelper.getAcceptLangauge(HttpRequestContext request)
          Deprecated. see HttpHelper.getAcceptLanguage(com.sun.jersey.api.core.HttpRequestContext).
static java.util.List<AcceptableLanguageTag> HttpHelper.getAcceptLanguage(HttpRequestContext request)
          Get the list of language tag from the "Accept-Language" of an HTTP request.
static java.util.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 java.util.Set<MatchingEntityTag> HttpHelper.getIfMatch(HttpRequestContext request)
           
static java.util.Set<MatchingEntityTag> HttpHelper.getIfNoneMatch(HttpRequestContext request)
           
 

Uses of HttpRequestContext in com.sun.jersey.spi.container
 

Classes in com.sun.jersey.spi.container that implement HttpRequestContext
 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 © 2011 Sun Microsystems, Inc. All Rights Reserved.