net.csdn.modules.http.support
Class HttpStatus

java.lang.Object
  extended by net.csdn.modules.http.support.HttpStatus

public class HttpStatus
extends Object

BlogInfo: WilliamZhu Date: 12-6-6 Time: 下午7:59


Field Summary
static int HTTP_200
           
static int HTTP_400
           
static int HTTP_401
           
static int HTTP_404
           
static int HTTP_500
           
static int HTTP_503
           
static int HttpStatusBadRequest
           
static int HttpStatusNotAuthorize
           
static int HttpStatusNotFound
           
static int HttpStatusOK
           
static int HttpStatusServerDown
           
static int HttpStatusSystemError
           
 
Constructor Summary
HttpStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HttpStatusOK

public static int HttpStatusOK

HttpStatusBadRequest

public static int HttpStatusBadRequest

HttpStatusNotAuthorize

public static int HttpStatusNotAuthorize

HttpStatusNotFound

public static int HttpStatusNotFound

HttpStatusSystemError

public static int HttpStatusSystemError

HttpStatusServerDown

public static int HttpStatusServerDown

HTTP_200

public static int HTTP_200

HTTP_400

public static int HTTP_400

HTTP_401

public static int HTTP_401

HTTP_404

public static int HTTP_404

HTTP_500

public static int HTTP_500

HTTP_503

public static int HTTP_503
Constructor Detail

HttpStatus

public HttpStatus()


Copyright © 2014. All Rights Reserved.