Package | Description |
---|---|
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.spi |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
abstract Response.Status |
ClientResponse.getResponseStatus() |
Modifier and Type | Method and Description |
---|---|
Response.Status |
BaseClientResponse.getResponseStatus() |
Modifier and Type | Method and Description |
---|---|
static EntityExtractor<Response.Status> |
DefaultEntityExtractorFactory.createStatusExtractor(boolean release) |
Constructor and Description |
---|
NoLogWebApplicationException(Response.Status status) |
NoLogWebApplicationException(Throwable cause,
Response.Status status) |
Copyright © 2013. All Rights Reserved.