public interface HttpStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
BAD_GATEWAY_502 |
static int |
BAD_REQUEST_400 |
static int |
CONFLICT_409 |
static int |
FORBIDDEN_403 |
static int |
GATEWAY_TIMEOUT_504 |
static int |
HTTP_VERSION_NOT_SUPPORTED_505 |
static int |
INTERNAL_SERVER_ERROR_500 |
static int |
NO_CONTENT_204 |
static int |
NOT_FOUND_404 |
static int |
NOT_IMPLEMENTED_501 |
static int |
OK_200 |
static int |
SERVICE_UNAVAILABLE_503 |
static final int OK_200
static final int NO_CONTENT_204
static final int NOT_FOUND_404
static final int BAD_REQUEST_400
static final int FORBIDDEN_403
static final int CONFLICT_409
static final int INTERNAL_SERVER_ERROR_500
static final int NOT_IMPLEMENTED_501
static final int BAD_GATEWAY_502
static final int SERVICE_UNAVAILABLE_503
static final int GATEWAY_TIMEOUT_504
static final int HTTP_VERSION_NOT_SUPPORTED_505
Copyright © 2015. All Rights Reserved.