Package org.apache.pivot.web
Class Query.Status
- java.lang.Object
 - 
- org.apache.pivot.web.Query.Status
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intBAD_REQUESTstatic intCONFLICTstatic intCREATEDstatic intFORBIDDENstatic intHTTP_VERSION_NOT_SUPPORTEDstatic intINTERNAL_SERVER_ERRORstatic intLENGTH_REQUIREDstatic intMETHOD_NOT_ALLOWEDstatic intNO_CONTENTstatic intNOT_FOUNDstatic intNOT_IMPLEMENTEDstatic intOKstatic intPRECONDITION_FAILEDstatic intREQUEST_ENTITY_TOO_LARGEstatic intREQUEST_TIMEOUTstatic intREQUEST_URI_TOO_LONGstatic intSERVICE_UNAVAILABLEstatic intUNAUTHORIZEDstatic intUNSUPPORTED_MEDIA_TYPE 
- 
Constructor Summary
Constructors Constructor Description Status() 
 - 
 
- 
- 
Field Detail
- 
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
 
 
 - 
 
 -