|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpStatus | |
|---|---|
| org.glassfish.grizzly.http | |
| org.glassfish.grizzly.http.util | |
| Uses of HttpStatus in org.glassfish.grizzly.http |
|---|
| Fields in org.glassfish.grizzly.http declared as HttpStatus | |
|---|---|
protected HttpStatus |
HttpResponsePacket.httpStatus
Status code. |
| Methods in org.glassfish.grizzly.http that return HttpStatus | |
|---|---|
HttpStatus |
HttpResponsePacket.getHttpStatus()
Gets the HTTP status for this response. |
| Methods in org.glassfish.grizzly.http with parameters of type HttpStatus | |
|---|---|
void |
HttpResponsePacket.setStatus(HttpStatus status)
Sets the status code for this response. |
| Uses of HttpStatus in org.glassfish.grizzly.http.util |
|---|
| Methods in org.glassfish.grizzly.http.util that return HttpStatus | |
|---|---|
static HttpStatus |
HttpStatus.getHttpStatus(int statusCode)
|
static HttpStatus |
HttpStatus.newHttpStatus(int statusCode,
String reasonPhrase)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||