org.apache.pivot.web
Class Query.Status
java.lang.Object
org.apache.pivot.web.Query.Status
- Enclosing class:
- Query<V>
public static class Query.Status
- extends Object
Query status codes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OK
public static final int OK
- See Also:
- Constant Field Values
CREATED
public static final int CREATED
- See Also:
- Constant Field Values
NO_CONTENT
public static final int NO_CONTENT
- See Also:
- Constant Field Values
BAD_REQUEST
public static final int BAD_REQUEST
- See Also:
- Constant Field Values
UNAUTHORIZED
public static final int UNAUTHORIZED
- See Also:
- Constant Field Values
FORBIDDEN
public static final int FORBIDDEN
- See Also:
- Constant Field Values
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
METHOD_NOT_ALLOWED
public static final int METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
REQUEST_TIMEOUT
public static final int REQUEST_TIMEOUT
- See Also:
- Constant Field Values
CONFLICT
public static final int CONFLICT
- See Also:
- Constant Field Values
LENGTH_REQUIRED
public static final int LENGTH_REQUIRED
- See Also:
- Constant Field Values
PRECONDITION_FAILED
public static final int PRECONDITION_FAILED
- See Also:
- Constant Field Values
REQUEST_ENTITY_TOO_LARGE
public static final int REQUEST_ENTITY_TOO_LARGE
- See Also:
- Constant Field Values
REQUEST_URI_TOO_LONG
public static final int REQUEST_URI_TOO_LONG
- See Also:
- Constant Field Values
UNSUPPORTED_MEDIA_TYPE
public static final int UNSUPPORTED_MEDIA_TYPE
- See Also:
- Constant Field Values
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
SERVICE_UNAVAILABLE
public static final int SERVICE_UNAVAILABLE
- See Also:
- Constant Field Values
HTTP_VERSION_NOT_SUPPORTED
public static final int HTTP_VERSION_NOT_SUPPORTED
- See Also:
- Constant Field Values
Query.Status
public Query.Status()