public final class HttpResponseCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_ACCEPTED
HTTP response code for accepted
|
static int |
HTTP_CLIENT_ERROR
HTTP response code for error response
|
static int |
HTTP_CREATED
HTTP response code for created
|
static int |
HTTP_MULTIPLE_CHOICES
HTTP response code for multiple choices
|
static int |
HTTP_NOBODY
HTTP response code for no body
|
static int |
HTTP_NOT_MODIFIED
HTTP response code for not modified
|
static int |
HTTP_OK
HTTP response code OK
|
static int |
HTTP_SEE_OTHER
HTTP response code for see other
|
| Constructor and Description |
|---|
HttpResponseCode() |
public static final int HTTP_OK
public static final int HTTP_CREATED
public static final int HTTP_ACCEPTED
public static final int HTTP_NOBODY
public static final int HTTP_MULTIPLE_CHOICES
public static final int HTTP_SEE_OTHER
public static final int HTTP_NOT_MODIFIED
public static final int HTTP_CLIENT_ERROR