|
The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response.StatusType | |
---|---|
javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
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. |
|
The Java(TM) API for RESTful Web Services (JAX-RS) 1.1 1.0.1.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |