interface Status
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
HTTP_ACCEPTED
HTTP Status-Code 202: Accepted.
|
static int |
HTTP_BAD_GATEWAY
HTTP Status-Code 502: Bad Gateway.
|
static int |
HTTP_BAD_METHOD
HTTP Status-Code 405: Method Not Allowed.
|
static int |
HTTP_BAD_REQUEST
HTTP Status-Code 400: Bad Request.
|
static int |
HTTP_CLIENT_TIMEOUT
HTTP Status-Code 408: Request Time-Out.
|
static int |
HTTP_CONFLICT
HTTP Status-Code 409: Conflict.
|
static int |
HTTP_CREATED
HTTP Status-Code 201: Created.
|
static int |
HTTP_ENTITY_TOO_LARGE
HTTP Status-Code 413: Request Entity Too Large.
|
static int |
HTTP_FORBIDDEN
HTTP Status-Code 403: Forbidden.
|
static int |
HTTP_GATEWAY_TIMEOUT
HTTP Status-Code 504: Gateway Timeout.
|
static int |
HTTP_GONE
HTTP Status-Code 410: Gone.
|
static int |
HTTP_INTERNAL_ERROR
HTTP Status-Code 500: Internal Server Error.
|
static int |
HTTP_LENGTH_REQUIRED
HTTP Status-Code 411: Length Required.
|
static int |
HTTP_MOVED_PERM
HTTP Status-Code 301: Moved Permanently.
|
static int |
HTTP_MOVED_TEMP
HTTP Status-Code 302: Temporary Redirect.
|
static int |
HTTP_MULT_CHOICE
HTTP Status-Code 300: Multiple Choices.
|
static int |
HTTP_NO_CONTENT
HTTP Status-Code 204: No Content.
|
static int |
HTTP_NOT_ACCEPTABLE
HTTP Status-Code 406: Not Acceptable.
|
static int |
HTTP_NOT_AUTHORITATIVE
HTTP Status-Code 203: Non-Authoritative Information.
|
static int |
HTTP_NOT_FOUND
HTTP Status-Code 404: Not Found.
|
static int |
HTTP_NOT_IMPLEMENTED
HTTP Status-Code 501: Not Implemented.
|
static int |
HTTP_NOT_MODIFIED
HTTP Status-Code 304: Not Modified.
|
static int |
HTTP_OK
HTTP Status-Code 200: OK.
|
static int |
HTTP_PARTIAL
HTTP Status-Code 206: Partial Content.
|
static int |
HTTP_PAYMENT_REQUIRED
HTTP Status-Code 402: Payment Required.
|
static int |
HTTP_PRECON_FAILED
HTTP Status-Code 412: Precondition Failed.
|
static int |
HTTP_PROXY_AUTH
HTTP Status-Code 407: Proxy Authentication Required.
|
static int |
HTTP_REQ_TOO_LONG
HTTP Status-Code 414: Request-URI Too Large.
|
static int |
HTTP_RESET
HTTP Status-Code 205: Reset Content.
|
static int |
HTTP_SEE_OTHER
HTTP Status-Code 303: See Other.
|
static int |
HTTP_UNAUTHORIZED
HTTP Status-Code 401: Unauthorized.
|
static int |
HTTP_UNAVAILABLE
HTTP Status-Code 503: Service Unavailable.
|
static int |
HTTP_UNSUPPORTED_TYPE
HTTP Status-Code 415: Unsupported Media Type.
|
static int |
HTTP_USE_PROXY
HTTP Status-Code 305: Use Proxy.
|
static int |
HTTP_VERSION
HTTP Status-Code 505: HTTP Version Not Supported.
|
static final int HTTP_OK
static final int HTTP_CREATED
static final int HTTP_ACCEPTED
static final int HTTP_NOT_AUTHORITATIVE
static final int HTTP_NO_CONTENT
static final int HTTP_RESET
static final int HTTP_PARTIAL
static final int HTTP_MULT_CHOICE
static final int HTTP_MOVED_PERM
static final int HTTP_MOVED_TEMP
static final int HTTP_SEE_OTHER
static final int HTTP_NOT_MODIFIED
static final int HTTP_USE_PROXY
static final int HTTP_BAD_REQUEST
static final int HTTP_UNAUTHORIZED
static final int HTTP_PAYMENT_REQUIRED
static final int HTTP_FORBIDDEN
static final int HTTP_NOT_FOUND
static final int HTTP_BAD_METHOD
static final int HTTP_NOT_ACCEPTABLE
static final int HTTP_PROXY_AUTH
static final int HTTP_CLIENT_TIMEOUT
static final int HTTP_CONFLICT
static final int HTTP_GONE
static final int HTTP_LENGTH_REQUIRED
static final int HTTP_PRECON_FAILED
static final int HTTP_ENTITY_TOO_LARGE
static final int HTTP_REQ_TOO_LONG
static final int HTTP_UNSUPPORTED_TYPE
static final int HTTP_INTERNAL_ERROR
static final int HTTP_NOT_IMPLEMENTED
static final int HTTP_BAD_GATEWAY
static final int HTTP_UNAVAILABLE
static final int HTTP_GATEWAY_TIMEOUT
static final int HTTP_VERSION
Copyright © 2023. All rights reserved.