ccc.api.types
Class HttpStatusCode

java.lang.Object
  extended by ccc.api.types.HttpStatusCode

public final class HttpStatusCode
extends java.lang.Object

A list of HTTP status codes.

Author:
Civic Computing Ltd.

Field Summary
static int BAD_REQUEST
          BAD_REQUEST : int.
static int CONFLICT
          CONFLICT : int.
static int ERROR
          ERROR : int.
static int MS_IE6_1223
          MS_IE6_1223 : int.
static int NO_CONTENT
          NO_CONTENT : int.
static int NOT_FOUND
          NOT_FOUND : int.
static int OK
          OK : int.
static int UNAUTHORIZED
          UNAUTHORIZED : int.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK
OK : int.

See Also:
Constant Field Values

NO_CONTENT

public static final int NO_CONTENT
NO_CONTENT : int.

See Also:
Constant Field Values

NOT_FOUND

public static final int NOT_FOUND
NOT_FOUND : int.

See Also:
Constant Field Values

ERROR

public static final int ERROR
ERROR : int.

See Also:
Constant Field Values

UNAUTHORIZED

public static final int UNAUTHORIZED
UNAUTHORIZED : int.

See Also:
Constant Field Values

CONFLICT

public static final int CONFLICT
CONFLICT : int.

See Also:
Constant Field Values

BAD_REQUEST

public static final int BAD_REQUEST
BAD_REQUEST : int.

See Also:
Constant Field Values

MS_IE6_1223

public static final int MS_IE6_1223
MS_IE6_1223 : int.

See Also:
Constant Field Values


Copyright © 2010. All Rights Reserved.