Interface HTTPStatus


  • public interface HTTPStatus
    Created by The eXo Platform SARL .
    HTTP status
    Version:
    $Id: $
    Author:
    Gennady Azarenkov
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ACCEPTED
      HTTP Status-Code 202: Accepted.
      static int BAD_GATEWAY
      HTTP Status-Code 502: Bad Gateway.
      static int BAD_METHOD
      HTTP Status-Code 405: Method Not Allowed.
      static int BAD_REQUEST
      HTTP Status-Code 400: Bad Request.
      static int CLIENT_TIMEOUT
      HTTP Status-Code 408: Request Time-Out.
      static int CONFLICT
      HTTP Status-Code 409: Conflict.
      static int CONTINUE
      HTTP/1.1 Status 100 "Continue" code.
      static int CREATED
      HTTP Status-Code 201: Created.
      static int ENTITY_TOO_LARGE
      HTTP Status-Code 413: Request Entity Too Large.
      static int EXPECTATION_FAILED
      HTTP/1.1 Status 417 "Expectation Failed" code.
      static int FORBIDDEN
      HTTP Status-Code 403: Forbidden.
      static int FOUND
      HTTP Status-Code 302: Temporary Redirect.
      static int GATEWAY_TIMEOUT
      HTTP Status-Code 504: Gateway Timeout.
      static int GONE
      HTTP Status-Code 410: Gone.
      static int HTTP_VERSION_NOT_SUPPORTED
      HTTP/1.1 Status 505 "HTTP Version Not Supported" code.
      static int INTERNAL_ERROR
      HTTP Status-Code 500: Internal Server Error.
      static int LENGTH_REQUIRED
      HTTP Status-Code 411: Length Required.
      static int LOCKED
      HTTP/1.1 Status 423 "Locked" code extensions.
      static int METHOD_NOT_ALLOWED
      HTTP/1.1 Status 405 "Method Not Allowed" code.
      static int MOVED_PERM
      HTTP Status-Code 301: Moved Permanently.
      static int MULT_CHOICE
      HTTP Status-Code 300: Multiple Choices.
      static int MULTISTATUS
      HTTP/1.1 Status 207 "Multistatus" code extensions.
      static int NO_CONTENT
      HTTP Status-Code 204: No Content.
      static int NOT_ACCEPTABLE
      HTTP Status-Code 406: Not Acceptable.
      static int NOT_AUTHORITATIVE
      HTTP Status-Code 203: Non-Authoritative Information.
      static int NOT_FOUND
      HTTP Status-Code 404: Not Found.
      static int NOT_IMPLEMENTED
      HTTP Status-Code 501: Not Implemented.
      static int NOT_MODIFIED
      HTTP Status-Code 304: Not Modified.
      static int OK
      HTTP Status-Code 200: OK.
      static int PARTIAL
      HTTP Status-Code 206: Partial Content.
      static int PAYMENT_REQUIRED
      HTTP Status-Code 402: Payment Required.
      static int PRECON_FAILED
      HTTP Status-Code 412: Precondition Failed.
      static int PROXY_AUTH
      HTTP Status-Code 407: Proxy Authentication Required.
      static int REQ_TOO_LONG
      HTTP Status-Code 414: Request-URI Too Large.
      static int REQUEST_TIMEOUT
      HTTP/1.1 Status 408 "Request Timeout" code.
      static int REQUEST_URI_TOO_LONG
      HTTP/1.1 Status 414 "Request-URI Too Long" code.
      static int REQUESTED_RANGE_NOT_SATISFIABLE
      HTTP/1.1 Status 416 "Requested Range Not Satisfiable" code.
      static int RESET
      HTTP Status-Code 205: Reset Content.
      static int SEE_OTHER
      HTTP Status-Code 303: See Other.
      static int SWITCHING_PROTOCOLS
      HTTP/1.1 Status 101 "Switching Protocols" code.
      static int TEMP_REDIRECT
      HTTP Status-Code 307: Temporary Redirect.
      static int UNAUTHORIZED
      HTTP Status-Code 401: Unauthorized.
      static int UNAVAILABLE
      HTTP Status-Code 503: Service Unavailable.
      static int UNSUPPORTED_TYPE
      HTTP Status-Code 415: Unsupported Media Type.
      static int USE_PROXY
      HTTP Status-Code 305: Use Proxy.
      static int VERSION
      HTTP Status-Code 505: HTTP Version Not Supported.