| Package | Description |
|---|---|
| com.sun.jersey.api.container.filter |
Provides common server-side filters.
|
| com.sun.jersey.guice | |
| com.sun.jersey.oauth.server.api.resources | |
| com.sun.jersey.server.impl | |
| com.sun.jersey.server.impl.application | |
| com.sun.jersey.server.impl.container.servlet | |
| com.sun.jersey.server.impl.inject | |
| com.sun.jersey.server.impl.model.method | |
| com.sun.jersey.server.impl.model.method.dispatch | |
| com.sun.jersey.server.impl.resource | |
| com.sun.jersey.server.spi.component |
Provides support for components that are resource classes.
|
| com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
| com.sun.jersey.spi.dispatch |
Provides support for dispatching the HTTP request to a resource method
of a resource class instance.
|
| com.sun.jersey.spi.uri.rules |
Provides support for hierarchical matching and accepting of URIs.
|
| Constructor and Description |
|---|
ResourceDebuggingFilterFactory(HttpContext hc) |
| Modifier and Type | Method and Description |
|---|---|
HttpContext |
JerseyServletModule.httpContext(WebApplication webApplication) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
AccessTokenRequest.postAccessTokenRequest(HttpContext hc,
javax.ws.rs.core.Request req)
POST method for creating a request for Rquest Token
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalHttpContext
Implementation of
HttpContext using ThreadLocal
to store HttpRequestContext and HttpResponseContext instances
associated with threads. |
| Modifier and Type | Method and Description |
|---|---|
HttpContext |
ThreadLocalHttpContext.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadLocalHttpContext.set(HttpContext context)
Set the
HttpContext for the current thread. |
| Modifier and Type | Class and Description |
|---|---|
class |
WebApplicationContext |
| Modifier and Type | Method and Description |
|---|---|
HttpContext |
WebApplicationImpl.getThreadLocalHttpContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CloseableServiceFactory.close(HttpContext context) |
| Constructor and Description |
|---|
CloseableServiceFactory(HttpContext context) |
| Constructor and Description |
|---|
PerSessionFactory(ServerInjectableProviderContext sipc,
javax.servlet.ServletContext sc,
javax.servlet.http.HttpServletRequest hsr,
HttpContext threadLocalHc) |
RequestDispatcherWrapper(javax.servlet.RequestDispatcher d,
String basePath,
HttpContext hc,
Viewable v) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
InjectableValuesProvider.getInjectableValues(HttpContext context)
Get the injectable values.
|
abstract T |
AbstractHttpContextInjectable.getValue(HttpContext c)
Get the injectable value given the
HttpContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceHttpOptionsMethod.OptionsRequestDispatcher.dispatch(Object resource,
HttpContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
ResourceJavaMethodDispatcher._dispatch(Object resource,
HttpContext context) |
void |
VoidVoidDispatchProvider.VoidVoidMethodInvoker._dispatch(Object resource,
HttpContext context) |
void |
ResourceJavaMethodDispatcher.dispatch(Object resource,
HttpContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PerRequestFactory.destroy(HttpContext hc) |
| Constructor and Description |
|---|
PerRequestFactory(ServerInjectableProviderContext sipc,
HttpContext threadLocalHc) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ResourceComponentConstructor.construct(HttpContext hc) |
Object |
ResourceComponentProvider.getInstance(HttpContext hc)
Get the instance.
|
void |
ResourceComponentInjector.inject(HttpContext c,
Object o)
Inject onto an instance of a resource class.
|
| Modifier and Type | Method and Description |
|---|---|
HttpContext |
WebApplication.getThreadLocalHttpContext()
Get an instance of
HttpContext that is a proxy to
a thread local instance of HttpContext. |
| Modifier and Type | Method and Description |
|---|---|
void |
RequestDispatcher.dispatch(Object resource,
HttpContext context)
Dispatch to the resource method of the resource class instance.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UriRuleContext
The context for processing URI rules.
|
Copyright © 2014 Oracle Corporation. All rights reserved.