Modifier and Type | Field and Description |
---|---|
static int |
BAD_REQUEST |
static int |
CONFLICT |
static int |
CREATED |
static int |
FORBIDDEN |
static int |
HTTP_VERSION_NOT_SUPPORTED |
static int |
INTERNAL_SERVER_ERROR |
static int |
LENGTH_REQUIRED |
static int |
METHOD_NOT_ALLOWED |
static int |
NO_CONTENT |
static int |
NOT_FOUND |
static int |
NOT_IMPLEMENTED |
static int |
OK |
static int |
PRECONDITION_FAILED |
static int |
REQUEST_ENTITY_TOO_LARGE |
static int |
REQUEST_TIMEOUT |
static int |
REQUEST_URI_TOO_LONG |
static int |
SERVICE_UNAVAILABLE |
static int |
UNAUTHORIZED |
static int |
UNSUPPORTED_MEDIA_TYPE |
Constructor and Description |
---|
Query.Status() |
public static final int OK
public static final int CREATED
public static final int NO_CONTENT
public static final int BAD_REQUEST
public static final int UNAUTHORIZED
public static final int FORBIDDEN
public static final int NOT_FOUND
public static final int METHOD_NOT_ALLOWED
public static final int REQUEST_TIMEOUT
public static final int CONFLICT
public static final int LENGTH_REQUIRED
public static final int PRECONDITION_FAILED
public static final int REQUEST_ENTITY_TOO_LARGE
public static final int REQUEST_URI_TOO_LONG
public static final int UNSUPPORTED_MEDIA_TYPE
public static final int INTERNAL_SERVER_ERROR
public static final int NOT_IMPLEMENTED
public static final int SERVICE_UNAVAILABLE
public static final int HTTP_VERSION_NOT_SUPPORTED