Package | Description |
---|---|
com.sun.jersey.api.core |
Provides support for configuration.
|
com.sun.jersey.guice | |
com.sun.jersey.server.impl | |
com.sun.jersey.server.impl.application | |
com.sun.jersey.spi.container |
Provides support for containers and the web application that manages
resource classes.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseContext |
HttpContext.getResponse()
Get the HTTP response information.
|
Modifier and Type | Method and Description |
---|---|
HttpResponseContext |
JerseyServletModule.responseContext(WebApplication wa) |
Modifier and Type | Method and Description |
---|---|
HttpResponseContext |
ThreadLocalHttpContext.getResponse() |
Modifier and Type | Method and Description |
---|---|
HttpResponseContext |
WebApplicationContext.getResponse() |
Modifier and Type | Class and Description |
---|---|
class |
AdaptingContainerResponse
An adapting in-bound HTTP response that may override the behaviour of
ContainerResponse . |
class |
ContainerResponse
An out-bound HTTP response to be processed by the web application.
|
Copyright © 2013 Oracle Corporation. All rights reserved.