public class ResponseStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponseStatus.Custom
Status codes not part of the JAX-RS
Response.Status enum. |
static class |
ResponseStatus.Unknown |
| Constructor and Description |
|---|
ResponseStatus() |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response.StatusType |
resolve(int code) |
static javax.ws.rs.core.Response.StatusType |
unknown(int code) |
Copyright © 2018 Digipost. All rights reserved.