com.antiaction.mayhem.core
Class HttpStatusCodes
java.lang.Object
com.antiaction.mayhem.core.HttpStatusCodes
public class HttpStatusCodes
- extends java.lang.Object
HTTP Status Codes.
- Version:
- 1.00
- Author:
- Nicholas Clarke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SC_CONTINUE
public static final int SC_CONTINUE
- See Also:
- Constant Field Values
SC_SWITCHING_PROTOCOLS
public static final int SC_SWITCHING_PROTOCOLS
- See Also:
- Constant Field Values
SC_OK
public static final int SC_OK
- See Also:
- Constant Field Values
SC_CREATED
public static final int SC_CREATED
- See Also:
- Constant Field Values
SC_ACCEPTED
public static final int SC_ACCEPTED
- See Also:
- Constant Field Values
SC_NON_AUTHORITATIVE_INFORMATION
public static final int SC_NON_AUTHORITATIVE_INFORMATION
- See Also:
- Constant Field Values
SC_NO_CONTENT
public static final int SC_NO_CONTENT
- See Also:
- Constant Field Values
SC_RESET_CONTENT
public static final int SC_RESET_CONTENT
- See Also:
- Constant Field Values
SC_PARTIAL_CONTENT
public static final int SC_PARTIAL_CONTENT
- See Also:
- Constant Field Values
SC_MULTIPLE_CHOICES
public static final int SC_MULTIPLE_CHOICES
- See Also:
- Constant Field Values
SC_MOVED_PERMANENTLY
public static final int SC_MOVED_PERMANENTLY
- See Also:
- Constant Field Values
SC_MOVED_TEMPORARILY
public static final int SC_MOVED_TEMPORARILY
- See Also:
- Constant Field Values
SC_SEE_OTHER
public static final int SC_SEE_OTHER
- See Also:
- Constant Field Values
SC_NOT_MODIFIED
public static final int SC_NOT_MODIFIED
- See Also:
- Constant Field Values
SC_USE_PROXY
public static final int SC_USE_PROXY
- See Also:
- Constant Field Values
SC_BAD_REQUEST
public static final int SC_BAD_REQUEST
- See Also:
- Constant Field Values
SC_UNAUTHORIZED
public static final int SC_UNAUTHORIZED
- See Also:
- Constant Field Values
SC_PAYMENT_REQUIRED
public static final int SC_PAYMENT_REQUIRED
- See Also:
- Constant Field Values
SC_FORBIDDEN
public static final int SC_FORBIDDEN
- See Also:
- Constant Field Values
SC_NOT_FOUND
public static final int SC_NOT_FOUND
- See Also:
- Constant Field Values
SC_METHOD_NOT_ALLOWED
public static final int SC_METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
SC_NOT_ACCEPTABLE
public static final int SC_NOT_ACCEPTABLE
- See Also:
- Constant Field Values
SC_PROXY_AUTHENTICATION_REQUIRED
public static final int SC_PROXY_AUTHENTICATION_REQUIRED
- See Also:
- Constant Field Values
SC_REQUEST_TIMEOUT
public static final int SC_REQUEST_TIMEOUT
- See Also:
- Constant Field Values
SC_CONFLICT
public static final int SC_CONFLICT
- See Also:
- Constant Field Values
SC_GONE
public static final int SC_GONE
- See Also:
- Constant Field Values
SC_LENGTH_REQUIRED
public static final int SC_LENGTH_REQUIRED
- See Also:
- Constant Field Values
SC_PRECONDITION_FAILED
public static final int SC_PRECONDITION_FAILED
- See Also:
- Constant Field Values
SC_REQUEST_ENTITY_TOO_LARGE
public static final int SC_REQUEST_ENTITY_TOO_LARGE
- See Also:
- Constant Field Values
SC_REQUEST_URI_TOO_LONG
public static final int SC_REQUEST_URI_TOO_LONG
- See Also:
- Constant Field Values
SC_UNSUPPORTED_MEDIA_TYPE
public static final int SC_UNSUPPORTED_MEDIA_TYPE
- See Also:
- Constant Field Values
SC_REQUESTED_RANGE_NOT_SATISFIABLE
public static final int SC_REQUESTED_RANGE_NOT_SATISFIABLE
- See Also:
- Constant Field Values
SC_EXPECTATION_FAILED
public static final int SC_EXPECTATION_FAILED
- See Also:
- Constant Field Values
SC_INTERNAL_SERVER_ERROR
public static final int SC_INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
SC_NOT_IMPLEMENTED
public static final int SC_NOT_IMPLEMENTED
- See Also:
- Constant Field Values
SC_BAD_GATEWAY
public static final int SC_BAD_GATEWAY
- See Also:
- Constant Field Values
SC_SERVICE_UNAVAILABLE
public static final int SC_SERVICE_UNAVAILABLE
- See Also:
- Constant Field Values
SC_GATEWAY_TIMEOUT
public static final int SC_GATEWAY_TIMEOUT
- See Also:
- Constant Field Values
SC_HTTP_VERSION_NOT_SUPPORTED
public static final int SC_HTTP_VERSION_NOT_SUPPORTED
- See Also:
- Constant Field Values
string
public static final java.lang.String[] string
numString
public static final java.lang.String[] numString
HttpStatusCodes
public HttpStatusCodes()
Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.