|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response.Status | |
|---|---|
| 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. |
| javax.ws.rs | High-level interfaces and annotations used to create RESTful service resources. |
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| Uses of Response.Status in com.sun.jersey.api |
|---|
| Methods in com.sun.jersey.api with parameters of type Response.Status | ||
|---|---|---|
B |
JResponse.AJResponseBuilder.status(Response.Status status)
Set the status. |
|
static
|
JResponse.status(Response.Status status)
Create a new JResponse.JResponseBuilder with the supplied status. |
|
| Uses of Response.Status in com.sun.jersey.api.client |
|---|
| Methods in com.sun.jersey.api.client that return Response.Status | |
|---|---|
Response.Status |
ClientResponse.getResponseStatus()
Deprecated. use ClientResponse.getClientResponseStatus() |
| Uses of Response.Status in javax.ws.rs |
|---|
| Constructors in javax.ws.rs with parameters of type Response.Status | |
|---|---|
WebApplicationException(Response.Status status)
Construct a new instance with a blank message and specified HTTP status code |
|
WebApplicationException(java.lang.Throwable cause,
Response.Status status)
Construct a new instance with a blank message and specified HTTP status code |
|
| Uses of Response.Status in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core that return Response.Status | |
|---|---|
static Response.Status |
Response.Status.fromStatusCode(int statusCode)
Convert a numerical status code into the corresponding Status |
static Response.Status |
Response.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Response.Status[] |
Response.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in javax.ws.rs.core with parameters of type Response.Status | |
|---|---|
static Response.ResponseBuilder |
Response.status(Response.Status status)
Create a new ResponseBuilder with the supplied status. |
Response.ResponseBuilder |
Response.ResponseBuilder.status(Response.Status status)
Set the status on the ResponseBuilder. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||