|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response.StatusType | |
---|---|
com.sun.jersey.api | Provides support for responses and exceptions. |
com.sun.jersey.api.client | Provides support for client-side communication with HTTP-based RESTful Web services. |
com.sun.jersey.api.core | Provides support for configuration. |
com.sun.jersey.core.spi.factory | Provides support for factories of particular component types. |
com.sun.jersey.spi.container | Provides support for containers and the web application that manages resource classes. |
javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
Uses of Response.StatusType in com.sun.jersey.api |
---|
Fields in com.sun.jersey.api declared as Response.StatusType | |
---|---|
protected Response.StatusType |
JResponse.AJResponseBuilder.statusType
The status type. |
Methods in com.sun.jersey.api that return Response.StatusType | |
---|---|
Response.StatusType |
JResponse.getStatusType()
Get the status type associated with the response. |
protected Response.StatusType |
JResponse.AJResponseBuilder.getStatusType()
Get the status type associated with the response. |
Methods in com.sun.jersey.api with parameters of type Response.StatusType | ||
---|---|---|
B |
JResponse.AJResponseBuilder.status(Response.StatusType status)
Set the status. |
|
static
|
JResponse.status(Response.StatusType status)
Create a new JResponse.JResponseBuilder with the supplied status. |
Constructors in com.sun.jersey.api with parameters of type Response.StatusType | |
---|---|
JResponse(Response.StatusType statusType,
OutBoundHeaders headers,
E entity)
Construct given a status type, entity and metadata. |
Uses of Response.StatusType in com.sun.jersey.api.client |
---|
Classes in com.sun.jersey.api.client that implement Response.StatusType | |
---|---|
static class |
ClientResponse.Status
Status codes defined by HTTP, see HTTP/1.1 documentation. |
Methods in com.sun.jersey.api.client with parameters of type Response.StatusType | |
---|---|
void |
ClientResponse.setResponseStatus(Response.StatusType status)
Deprecated. see ClientResponse.setStatus(javax.ws.rs.core.Response.StatusType) |
void |
ClientResponse.setStatus(Response.StatusType status)
Set the status code. |
Uses of Response.StatusType in com.sun.jersey.api.core |
---|
Methods in com.sun.jersey.api.core that return Response.StatusType | |
---|---|
Response.StatusType |
HttpResponseContext.getStatusType()
|
Methods in com.sun.jersey.api.core with parameters of type Response.StatusType | |
---|---|
void |
HttpResponseContext.setStatusType(Response.StatusType statusType)
Set the status type of the response. |
Uses of Response.StatusType in com.sun.jersey.core.spi.factory |
---|
Methods in com.sun.jersey.core.spi.factory that return Response.StatusType | |
---|---|
Response.StatusType |
ResponseImpl.getStatusType()
Get the status type. |
static Response.StatusType |
ResponseImpl.toStatusType(int statusCode)
|
Methods in com.sun.jersey.core.spi.factory with parameters of type Response.StatusType | |
---|---|
Response.ResponseBuilder |
ResponseBuilderImpl.status(Response.StatusType status)
|
Constructors in com.sun.jersey.core.spi.factory with parameters of type Response.StatusType | |
---|---|
ResponseImpl(Response.StatusType statusType,
OutBoundHeaders headers,
Object entity,
Type entityType)
Construct given a status type, entity and metadata. |
Uses of Response.StatusType in com.sun.jersey.spi.container |
---|
Methods in com.sun.jersey.spi.container that return Response.StatusType | |
---|---|
Response.StatusType |
ContainerResponse.getStatusType()
|
Response.StatusType |
AdaptingContainerResponse.getStatusType()
|
Methods in com.sun.jersey.spi.container with parameters of type Response.StatusType | |
---|---|
void |
ContainerResponse.setStatusType(Response.StatusType statusType)
|
void |
AdaptingContainerResponse.setStatusType(Response.StatusType statusType)
|
Uses of Response.StatusType in javax.ws.rs.core |
---|
Classes in javax.ws.rs.core that implement Response.StatusType | |
---|---|
static class |
Response.Status
Commonly used status codes defined by HTTP, see HTTP/1.1 documentation for the complete list. |
Methods in javax.ws.rs.core with parameters of type Response.StatusType | |
---|---|
static Response.ResponseBuilder |
Response.status(Response.StatusType status)
Create a new ResponseBuilder with the supplied status. |
Response.ResponseBuilder |
Response.ResponseBuilder.status(Response.StatusType status)
Set the status on the ResponseBuilder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |