public interface HttpStatus
| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_INTERNAL_SERVER_ERROR |
static int |
HTTP_NOT_FOUND |
static int |
HTTP_NOT_IMPLEMENTED |
static int |
HTTP_OK |
static int |
HTTP_SWITCHING_PROTOCOLS |
static final int HTTP_SWITCHING_PROTOCOLS
static final int HTTP_OK
static final int HTTP_NOT_FOUND
static final int HTTP_INTERNAL_SERVER_ERROR
static final int HTTP_NOT_IMPLEMENTED