| Package | Description |
|---|---|
| com.bradmcevoy.http |
| Modifier and Type | Field and Description |
|---|---|
Response.Status |
DeleteHandler.CantDeleteException.status |
| Modifier and Type | Method and Description |
|---|---|
Response.Status |
ServletResponse.getStatus() |
Response.Status |
Response.getStatus() |
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 |
|---|---|
void |
ServletResponse.setStatus(Response.Status status) |
void |
Response.setStatus(Response.Status status) |
Copyright © 2015. All rights reserved.