| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final String | CHUNKED | "chunked" | 
| public static final String | CONTENT_LENGTH | "Content-Length" | 
| public static final String | CONTENT_MD5 | "Content-MD5" | 
| public static final String | CONTENT_TYPE | "Content-Type" | 
| public static final String | TRANSFER_ENCODING | "Transfer-Encoding" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
| public static final int | ACCEPTED | 202 | 
| public static final int | BAD_GATEWAY | 502 | 
| public static final int | BAD_REQUEST | 400 | 
| public static final int | CONTINUE | 100 | 
| public static final int | CREATED | 201 | 
| public static final int | FORBIDDEN | 403 | 
| public static final int | GATEWAY_TIMEOUT | 504 | 
| public static final int | INTERNAL_SERVER_ERROR | 500 | 
| public static final int | METHOD_NOT_ALLOWED | 405 | 
| public static final int | MOVED_PERMANENTLY | 301 | 
| public static final int | MOVED_TEMPORARILY | 302 | 
| public static final int | NO_CONTENT | 204 | 
| public static final int | NON_AUTHORITATIVE_INFORMATION | 203 | 
| public static final int | NOT_ACCEPTABLE | 406 | 
| public static final int | NOT_FOUND | 404 | 
| public static final int | OK | 200 | 
| public static final int | PARTIAL_CONTENT | 206 | 
| public static final int | REQUEST_TIMEOUT | 408 | 
| public static final int | REQUEST_TOO_LONG | 413 | 
| public static final int | RESET_CONTENT | 205 | 
| public static final int | SERVICE_UNAVAILABLE | 503 | 
| public static final int | TEMPORARY_REDIRECT | 307 | 
| public static final int | THROTTLING | 429 | 
| public static final int | UNAUTHORIZED | 401 | 
Copyright © 2019. All rights reserved.