org.apache.webdav.lib.util
Class WebdavStatus
java.lang.Object
org.apache.webdav.lib.util.WebdavStatus
public class WebdavStatus
- extends java.lang.Object
Method Summary |
static java.lang.String |
getStatusText(int nHttpStatusCode)
|
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_PROCESSING
public static final int SC_PROCESSING
- 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_MULTI_STATUS
public static final int SC_MULTI_STATUS
- See Also:
- Constant Field Values
SC_ALREADY_REPORTED
public static final int SC_ALREADY_REPORTED
- 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_TOO_LONG
public static final int SC_REQUEST_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_INSUFFICIENT_SPACE_ON_RESOURCE
public static final int SC_INSUFFICIENT_SPACE_ON_RESOURCE
- See Also:
- Constant Field Values
SC_METHOD_FAILURE
public static final int SC_METHOD_FAILURE
- See Also:
- Constant Field Values
SC_UNPROCESSABLE_ENTITY
public static final int SC_UNPROCESSABLE_ENTITY
- See Also:
- Constant Field Values
SC_LOCKED
public static final int SC_LOCKED
- See Also:
- Constant Field Values
SC_FAILED_DEPENDENCY
public static final int SC_FAILED_DEPENDENCY
- 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
SC_LOOP_DETECTED
public static final int SC_LOOP_DETECTED
- See Also:
- Constant Field Values
SC_INSUFFICIENT_STORAGE
public static final int SC_INSUFFICIENT_STORAGE
- See Also:
- Constant Field Values
WebdavStatus
public WebdavStatus()
getStatusText
public static java.lang.String getStatusText(int nHttpStatusCode)