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.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. 
 

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.guice
 

Methods in com.sun.jersey.guice that return HttpRequestContext
 HttpRequestContext JerseyServletModule.requestContext(WebApplication wa)
           
 

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 Variant VariantSelector.selectVariant(HttpRequestContext r, List<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 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)
          Deprecated. see HttpHelper.getAcceptLanguage(com.sun.jersey.api.core.HttpRequestContext).
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 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)
           
 

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 © 2013 Oracle Corporation. All Rights Reserved.