|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpStatusCode | |
|---|---|
| net.craftforge.essential.context.basic | |
| net.craftforge.essential.controller | |
| net.craftforge.essential.controller.constants | |
| net.craftforge.essential.testsuite | |
| Uses of HttpStatusCode in net.craftforge.essential.context.basic |
|---|
| Methods in net.craftforge.essential.context.basic that return HttpStatusCode | |
|---|---|
HttpStatusCode |
BasicResponseImpl.getStatusCode()
Gets the HTTP status code of this response. |
| Methods in net.craftforge.essential.context.basic with parameters of type HttpStatusCode | |
|---|---|
void |
BasicResponseImpl.sendHeaders(HttpStatusCode httpStatusCode,
Map<String,String[]> headers)
Sends the response headers and sets the HTTP response status. |
| Uses of HttpStatusCode in net.craftforge.essential.controller |
|---|
| Methods in net.craftforge.essential.controller that return HttpStatusCode | |
|---|---|
HttpStatusCode |
ControllerException.getHttpStatusCode()
|
HttpStatusCode |
State.getStatus()
Gets the HTTP status code. |
HttpStatusCode |
Response.getStatusCode()
Gets the HTTP status code of this response. |
| Methods in net.craftforge.essential.controller with parameters of type HttpStatusCode | |
|---|---|
void |
Response.sendHeaders(HttpStatusCode status,
Map<String,String[]> headers)
Sends the response headers and sets the HTTP response status. |
void |
State.setStatus(HttpStatusCode status)
Sets the HTTP status code. |
| Constructors in net.craftforge.essential.controller with parameters of type HttpStatusCode | |
|---|---|
ControllerException(HttpStatusCode httpStatusCode)
|
|
ControllerException(String message,
HttpStatusCode httpStatusCode)
|
|
ControllerException(String message,
Throwable t,
HttpStatusCode httpStatusCode)
|
|
ControllerException(Throwable t,
HttpStatusCode httpStatusCode)
|
|
| Uses of HttpStatusCode in net.craftforge.essential.controller.constants |
|---|
| Methods in net.craftforge.essential.controller.constants that return HttpStatusCode | |
|---|---|
HttpStatusCode |
HttpStatusCode.getHttpStatusCode(int code)
Gets the HTTP status code enum for the given status code. |
static HttpStatusCode |
HttpStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HttpStatusCode[] |
HttpStatusCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of HttpStatusCode in net.craftforge.essential.testsuite |
|---|
| Methods in net.craftforge.essential.testsuite with parameters of type HttpStatusCode | |
|---|---|
ClientResponse |
ClientTest.testRequest(ClientRequest request,
HttpStatusCode expectedStatus)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||