Package | Description |
---|---|
javax.ws.rs.client |
The Client API
|
javax.ws.rs.container |
Container-specific API.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method | Description |
---|---|---|
Response.StatusType |
ClientResponseContext.getStatusInfo() |
Get the complete status information associated with the response.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ClientResponseContext.setStatusInfo(Response.StatusType statusInfo) |
Set the complete status information (status code and reason phrase) associated
with the response.
|
Modifier and Type | Method | Description |
---|---|---|
Response.StatusType |
ContainerResponseContext.getStatusInfo() |
Get the complete status information associated with the response.
|
Modifier and Type | Method | Description |
---|---|---|
void |
ContainerResponseContext.setStatusInfo(Response.StatusType statusInfo) |
Set the complete status information (status code and reason phrase) associated
with the response.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
Response.Status |
Commonly used status codes defined by HTTP, see
{@link HTTP/1.1 documentation}
for the complete list.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Response.StatusType |
Response.getStatusInfo() |
Get the complete status information associated with the response.
|
Modifier and Type | Method | Description |
---|---|---|
Response.ResponseBuilder |
Response.ResponseBuilder.status(Response.StatusType status) |
Set the status on the ResponseBuilder.
|
static Response.ResponseBuilder |
Response.status(Response.StatusType status) |
Create a new ResponseBuilder with the supplied status.
|
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.