|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.webdav.WebDavStatus
public class WebDavStatus
Created by The eXo Platform SARL Author : Vitaly Guly.
| Field Summary | |
|---|---|
static int |
ACCEPTED
HTTP/1.1 Status 202 "Accepted" code. |
static int |
BAD_GATEWAY
HTTP/1.1 Status 502 "Bad Gateway" code. |
static int |
BAD_REQUEST
HTTP/1.1 Status 400 "Bad Request" code. |
static int |
CONFLICT
HTTP/1.1 Status 409 "Conflict" code. |
static int |
CONTINUE
HTTP/1.1 Status 100 "Continue" code. |
static int |
CREATED
HTTP/1.1 Status 201 "Created" code. |
static int |
EXPECTATION_FAILED
HTTP/1.1 Status 417 "Expectation Failed" code. |
static int |
FORBIDDEN
HTTP/1.1 Status 403 "Forbidden" code. |
static int |
FOUND
HTTP/1.1 Status 302 "Found" code. |
static int |
GATEWAY_TIMEOUT
HTTP/1.1 Status 504 "Gateway Timeout" code. |
static int |
GONE
HTTP/1.1 Status 410 "Gone" code. |
static int |
HTTP_VERSION_NOT_SUPPORTED
HTTP/1.1 Status 505 "HTTP Version Not Supported" code. |
static int |
INTERNAL_SERVER_ERROR
HTTP/1.1 Status 500 "Internal Server Error" code. |
static int |
LENGTH_REQUIRED
HTTP/1.1 Status 411 "Length Required" code. |
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_PERMANENTLY
HTTP/1.1 Status 301 "Moved Permanently" code. |
static int |
MULTIPLE_CHOICES
HTTP/1.1 Status 300 "Multiple Choices" code. |
static int |
MULTISTATUS
HTTP/1.1 Status 207 "Multistatus" code extensions. |
static int |
NO_CONTENT
HTTP/1.1 Status 204 "No Content" code. |
static int |
NON_AUTHORITATIVE_INFORMATION
HTTP/1.1 Status 203 "Non-Authoritative Information" code. |
static int |
NOT_ACCEPTABLE
HTTP/1.1 Status "" code. |
static int |
NOT_FOUND
HTTP/1.1 Status 404 "Not Found" code. |
static int |
NOT_IMPLEMENTED
HTTP/1.1 Status 501 "Not Implemented" code. |
static int |
NOT_MODIFIED
HTTP/1.1 Status 304 "Not Modified" code. |
static int |
OK
HTTP/1.1 Status 200 "Ok" code. |
static int |
PARTIAL_CONTENT
HTTP/1.1 Status 206 "Partial Content" code. |
static int |
PAYMENT_REQUIRED
HTTP/1.1 Status 402 "Payment Required" code. |
static int |
PRECONDITION_FAILED
HTTP/1.1 Status 412 "Precondition Failed" code. |
static int |
PROXY_AUTHENTICATION_REQUIRED
HTTP/1.1 Status 406 "Not Acceptable" code. |
static int |
REQUEST_ENTITY_TOO_LARGE
HTTP/1.1 Status Request Entity Too Large "413" code. |
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_CONTENT
HTTP/1.1 Status 205 "Reset Content" code. |
static int |
SEE_OTHER
HTTP/1.1 Status 303 "See Other" code. |
static int |
SERVICE_UNAVAILABLE
HTTP/1.1 Status 503 "Service Unavailable" code. |
static int |
SWITCHING_PROTOCOLS
HTTP/1.1 Status 101 "Switching Protocols" code. |
static int |
TEMPORARY_REDIRECT
HTTP/1.1 Status 307 "Temporary Redirect" code. |
static int |
UNAUTHORIZED
HTTP/1.1 Status 401 "Unauthorized" code. |
static int |
UNSUPPORTED_MEDIA_TYPE
HTTP/1.1 Status 415 "Unsupported Media Type" code. |
static int |
USE_PROXY
HTTP/1.1 Status 305 "Use Proxy" code. |
| Constructor Summary | |
|---|---|
WebDavStatus()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getStatusDescription(int status)
Returns status description by it's code. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CONTINUE
public static final int SWITCHING_PROTOCOLS
public static final int OK
public static final int CREATED
public static final int ACCEPTED
public static final int NON_AUTHORITATIVE_INFORMATION
public static final int NO_CONTENT
public static final int RESET_CONTENT
public static final int PARTIAL_CONTENT
public static final int MULTISTATUS
public static final int MULTIPLE_CHOICES
public static final int MOVED_PERMANENTLY
public static final int FOUND
public static final int SEE_OTHER
public static final int NOT_MODIFIED
public static final int USE_PROXY
public static final int TEMPORARY_REDIRECT
public static final int BAD_REQUEST
public static final int UNAUTHORIZED
public static final int PAYMENT_REQUIRED
public static final int FORBIDDEN
public static final int NOT_FOUND
public static final int METHOD_NOT_ALLOWED
public static final int NOT_ACCEPTABLE
public static final int PROXY_AUTHENTICATION_REQUIRED
public static final int REQUEST_TIMEOUT
public static final int CONFLICT
public static final int GONE
public static final int LENGTH_REQUIRED
public static final int PRECONDITION_FAILED
public static final int REQUEST_ENTITY_TOO_LARGE
public static final int REQUEST_URI_TOO_LONG
public static final int UNSUPPORTED_MEDIA_TYPE
public static final int REQUESTED_RANGE_NOT_SATISFIABLE
public static final int EXPECTATION_FAILED
public static final int LOCKED
public static final int INTERNAL_SERVER_ERROR
public static final int NOT_IMPLEMENTED
public static final int BAD_GATEWAY
public static final int SERVICE_UNAVAILABLE
public static final int GATEWAY_TIMEOUT
public static final int HTTP_VERSION_NOT_SUPPORTED
| Constructor Detail |
|---|
public WebDavStatus()
| Method Detail |
|---|
public static final java.lang.String getStatusDescription(int status)
status - Status code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||