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_NOBODY
Http response code for nobody.
|
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.
|
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_SEE_OTHER
public static final int HTTP_NOT_MODIFIED
public static final int HTTP_CLIENT_ERROR