- java.lang.Object
-
- net.dongliu.cute.http.StatusCodes
-
public class StatusCodes extends Object
Status code for http response
-
-
字段概要
-
构造器概要
构造器 构造器 说明 StatusCodes()
-
-
-
字段详细资料
-
CONTINUE
public static final int CONTINUE
- 另请参阅:
- 常量字段值
-
SWITCHING_PROTOCOLS
public static final int SWITCHING_PROTOCOLS
- 另请参阅:
- 常量字段值
-
OK
public static final int OK
- 另请参阅:
- 常量字段值
-
CREATED
public static final int CREATED
- 另请参阅:
- 常量字段值
-
ACCEPTED
public static final int ACCEPTED
- 另请参阅:
- 常量字段值
-
NON_AUTHORITATIVE_INFORMATION
public static final int NON_AUTHORITATIVE_INFORMATION
- 另请参阅:
- 常量字段值
-
NO_CONTENT
public static final int NO_CONTENT
- 另请参阅:
- 常量字段值
-
RESET_CONTENT
public static final int RESET_CONTENT
- 另请参阅:
- 常量字段值
-
PARTIAL_CONTENT
public static final int PARTIAL_CONTENT
- 另请参阅:
- 常量字段值
-
MULTIPLE_CHOICES
public static final int MULTIPLE_CHOICES
- 另请参阅:
- 常量字段值
-
MOVED_PERMANENTLY
public static final int MOVED_PERMANENTLY
- 另请参阅:
- 常量字段值
-
FOUND
public static final int FOUND
- 另请参阅:
- 常量字段值
-
SEE_OTHER
public static final int SEE_OTHER
- 另请参阅:
- 常量字段值
-
NOT_MODIFIED
public static final int NOT_MODIFIED
- 另请参阅:
- 常量字段值
-
USE_PROXY
public static final int USE_PROXY
- 另请参阅:
- 常量字段值
-
TEMPORARY_REDIRECT
public static final int TEMPORARY_REDIRECT
- 另请参阅:
- 常量字段值
-
PERMANENT_REDIRECT
public static final int PERMANENT_REDIRECT
- 另请参阅:
- 常量字段值
-
BAD_REQUEST
public static final int BAD_REQUEST
- 另请参阅:
- 常量字段值
-
UNAUTHORIZED
public static final int UNAUTHORIZED
- 另请参阅:
- 常量字段值
-
PAYMENT_REQUIRED
public static final int PAYMENT_REQUIRED
- 另请参阅:
- 常量字段值
-
FORBIDDEN
public static final int FORBIDDEN
- 另请参阅:
- 常量字段值
-
NOT_FOUND
public static final int NOT_FOUND
- 另请参阅:
- 常量字段值
-
METHOD_NOT_ALLOWED
public static final int METHOD_NOT_ALLOWED
- 另请参阅:
- 常量字段值
-
NOT_ACCEPTABLE
public static final int NOT_ACCEPTABLE
- 另请参阅:
- 常量字段值
-
PROXY_AUTHENTICATION_REQUIRED
public static final int PROXY_AUTHENTICATION_REQUIRED
- 另请参阅:
- 常量字段值
-
REQUEST_TIMEOUT
public static final int REQUEST_TIMEOUT
- 另请参阅:
- 常量字段值
-
CONFLICT
public static final int CONFLICT
- 另请参阅:
- 常量字段值
-
GONE
public static final int GONE
- 另请参阅:
- 常量字段值
-
LENGTH_REQUIRED
public static final int LENGTH_REQUIRED
- 另请参阅:
- 常量字段值
-
PRECONDITION_FAILED
public static final int PRECONDITION_FAILED
- 另请参阅:
- 常量字段值
-
REQUEST_ENTITY_TOO_LARGE
public static final int REQUEST_ENTITY_TOO_LARGE
- 另请参阅:
- 常量字段值
-
REQUEST_URI_TOO_LONG
public static final int REQUEST_URI_TOO_LONG
- 另请参阅:
- 常量字段值
-
UNSUPPORTED_MEDIA_TYPE
public static final int UNSUPPORTED_MEDIA_TYPE
- 另请参阅:
- 常量字段值
-
REQUESTED_RANGE_NOT_SATISFIABLE
public static final int REQUESTED_RANGE_NOT_SATISFIABLE
- 另请参阅:
- 常量字段值
-
EXPECTATION_FAILED
public static final int EXPECTATION_FAILED
- 另请参阅:
- 常量字段值
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- 另请参阅:
- 常量字段值
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- 另请参阅:
- 常量字段值
-
BAD_GATEWAY
public static final int BAD_GATEWAY
- 另请参阅:
- 常量字段值
-
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE
- 另请参阅:
- 常量字段值
-
GATEWAY_TIMEOUT
public static final int GATEWAY_TIMEOUT
- 另请参阅:
- 常量字段值
-
HTTP_VERSION_NOT_SUPPORTED
public static final int HTTP_VERSION_NOT_SUPPORTED
- 另请参阅:
- 常量字段值
-
-