|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response.Status | |
|---|---|
| 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. |
| org.jboss.resteasy.client | |
| org.jboss.resteasy.client.core | |
| org.jboss.resteasy.client.core.extractors | |
| org.jboss.resteasy.client.jaxrs.internal.proxy.extractors | |
| org.jboss.resteasy.spi | |
| Uses of Response.Status in javax.ws.rs |
|---|
| Constructors in javax.ws.rs with parameters of type Response.Status | |
|---|---|
ClientErrorException(Response.Status status)
Construct a new client error exception. |
|
ClientErrorException(Response.Status status,
Throwable cause)
Construct a new client error exception. |
|
RedirectionException(Response.Status status,
URI location)
Construct a new redirection exception. |
|
ServerErrorException(Response.Status status)
Construct a new server error exception. |
|
ServerErrorException(Response.Status status,
Throwable cause)
Construct a new server error exception. |
|
WebApplicationException(Response.Status status)
Construct a new instance with a blank message and specified HTTP status code. |
|
WebApplicationException(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(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. |
| Uses of Response.Status in org.jboss.resteasy.client |
|---|
| Methods in org.jboss.resteasy.client that return Response.Status | |
|---|---|
abstract Response.Status |
ClientResponse.getResponseStatus()
Deprecated. |
| Uses of Response.Status in org.jboss.resteasy.client.core |
|---|
| Methods in org.jboss.resteasy.client.core that return Response.Status | |
|---|---|
Response.Status |
BaseClientResponse.getResponseStatus()
|
| Uses of Response.Status in org.jboss.resteasy.client.core.extractors |
|---|
| Methods in org.jboss.resteasy.client.core.extractors that return types with arguments of type Response.Status | |
|---|---|
static EntityExtractor<Response.Status> |
DefaultEntityExtractorFactory.createStatusExtractor(boolean release)
|
| Uses of Response.Status in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors |
|---|
| Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.extractors that return types with arguments of type Response.Status | |
|---|---|
static EntityExtractor<Response.Status> |
DefaultEntityExtractorFactory.createStatusExtractor(boolean release)
|
| Uses of Response.Status in org.jboss.resteasy.spi |
|---|
| Constructors in org.jboss.resteasy.spi with parameters of type Response.Status | |
|---|---|
NoLogWebApplicationException(Response.Status status)
|
|
NoLogWebApplicationException(Throwable cause,
Response.Status status)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||