com.taobao.metamorphosis.network
类 HttpStatus
java.lang.Object
com.taobao.metamorphosis.network.HttpStatus
public class HttpStatus
- extends Object
响应状态码,遵循http语义
- 作者:
- boyan
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BadRequest
public static final int BadRequest
- 另请参见:
- 常量字段值
NotFound
public static final int NotFound
- 另请参见:
- 常量字段值
Forbidden
public static final int Forbidden
- 另请参见:
- 常量字段值
Unauthorized
public static final int Unauthorized
- 另请参见:
- 常量字段值
InternalServerError
public static final int InternalServerError
- 另请参见:
- 常量字段值
ServiceUnavilable
public static final int ServiceUnavilable
- 另请参见:
- 常量字段值
GatewayTimeout
public static final int GatewayTimeout
- 另请参见:
- 常量字段值
Success
public static final int Success
- 另请参见:
- 常量字段值
Moved
public static final int Moved
- 另请参见:
- 常量字段值
HttpStatus
public HttpStatus()
Copyright © 2010–2013. All rights reserved.