| Package | Description |
|---|---|
| javax.ws.rs.client |
The JAX-RS client API
|
| javax.ws.rs.container |
Container-specific JAX-RS API.
|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| org.jboss.resteasy.client.core | |
| org.jboss.resteasy.client.jaxrs.internal | |
| org.jboss.resteasy.client.microprofile | |
| org.jboss.resteasy.core.interception | |
| org.jboss.resteasy.specimpl |
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
ClientResponseContext.getStatusInfo()
Get the complete status information associated with the response.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
Response.StatusType |
ContainerResponseContext.getStatusInfo()
Get the complete status information associated with the response.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
static class |
Response.Status
Commonly used status codes defined by HTTP, see
HTTP/1.1 documentation
for the complete list.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Response.StatusType |
Response.getStatusInfo()
Get the complete status information associated with the response.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
BaseClientResponse.getStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
ClientResponseContextImpl.getStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientResponseContextImpl.setStatusInfo(Response.StatusType statusInfo) |
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
PartialResponse.getStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
ContainerResponseContextImpl.getStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerResponseContextImpl.setStatusInfo(Response.StatusType statusInfo) |
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
BuiltResponse.getStatusInfo() |
Copyright © 2019 JBoss by Red Hat. All rights reserved.