com.taobao.metamorphosis.network
类 HttpStatus

java.lang.Object
  继承者 com.taobao.metamorphosis.network.HttpStatus

public class HttpStatus
extends Object

响应状态码,遵循http语义

作者:
boyan

字段摘要
static int BadRequest
           
static int Forbidden
           
static int GatewayTimeout
           
static int InternalServerError
           
static int Moved
           
static int NotFound
           
static int ServiceUnavilable
           
static int Success
           
static int Unauthorized
           
 
构造方法摘要
HttpStatus()
           
 
方法摘要
 
从类 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.