| Package | Description |
|---|---|
| javax.ws.rs.client | |
| javax.ws.rs.container | |
| javax.ws.rs.core |
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
ClientResponseContext.getStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientResponseContext.setStatusInfo(Response.StatusType statusInfo) |
| Modifier and Type | Method and Description |
|---|---|
Response.StatusType |
ContainerResponseContext.getStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerResponseContext.setStatusInfo(Response.StatusType statusInfo) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Response.Status |
| Modifier and Type | Method and Description |
|---|---|
abstract Response.StatusType |
Response.getStatusInfo() |
| Modifier and Type | Method and Description |
|---|---|
static Response.ResponseBuilder |
Response.status(Response.StatusType status) |
Response.ResponseBuilder |
Response.ResponseBuilder.status(Response.StatusType status) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.