org.apache.webdav.lib
Class WebdavStatus

java.lang.Object
  |
  +--org.apache.webdav.lib.WebdavStatus

public class WebdavStatus
extends java.lang.Object


Field Summary
static int SC_ACCEPTED
           
static int SC_BAD_GATEWAY
           
static int SC_BAD_REQUEST
           
static int SC_CONFLICT
           
static int SC_CONTINUE
           
static int SC_CREATED
           
static int SC_EXPECTATION_FAILED
           
static int SC_FAILED_DEPENDENCY
           
static int SC_FORBIDDEN
           
static int SC_GATEWAY_TIMEOUT
           
static int SC_GONE
           
static int SC_HTTP_VERSION_NOT_SUPPORTED
           
static int SC_INSUFFICIENT_SPACE_ON_RESOURCE
           
static int SC_INSUFFICIENT_STORAGE
           
static int SC_INTERNAL_SERVER_ERROR
           
static int SC_LENGTH_REQUIRED
           
static int SC_LOCKED
           
static int SC_METHOD_FAILURE
           
static int SC_METHOD_NOT_ALLOWED
           
static int SC_MOVED_PERMANENTLY
           
static int SC_MOVED_TEMPORARILY
           
static int SC_MULTI_STATUS
           
static int SC_MULTIPLE_CHOICES
           
static int SC_NO_CONTENT
           
static int SC_NON_AUTHORITATIVE_INFORMATION
           
static int SC_NOT_ACCEPTABLE
           
static int SC_NOT_FOUND
           
static int SC_NOT_IMPLEMENTED
           
static int SC_NOT_MODIFIED
           
static int SC_OK
           
static int SC_PARTIAL_CONTENT
           
static int SC_PAYMENT_REQUIRED
           
static int SC_PRECONDITION_FAILED
           
static int SC_PROCESSING
           
static int SC_PROXY_AUTHENTICATION_REQUIRED
           
static int SC_REQUEST_TIMEOUT
           
static int SC_REQUEST_TOO_LONG
           
static int SC_REQUESTED_RANGE_NOT_SATISFIABLE
           
static int SC_RESET_CONTENT
           
static int SC_SEE_OTHER
           
static int SC_SERVICE_UNAVAILABLE
           
static int SC_SWITCHING_PROTOCOLS
           
static int SC_UNAUTHORIZED
           
static int SC_UNPROCESSABLE_ENTITY
           
static int SC_UNSUPPORTED_MEDIA_TYPE
           
static int SC_USE_PROXY
           
 
Constructor Summary
WebdavStatus()
           
 
Method Summary
(package private) static void ()
           
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
 

Field Detail

SC_CONTINUE

public static final int SC_CONTINUE

SC_SWITCHING_PROTOCOLS

public static final int SC_SWITCHING_PROTOCOLS

SC_PROCESSING

public static final int SC_PROCESSING

SC_OK

public static final int SC_OK

SC_CREATED

public static final int SC_CREATED

SC_ACCEPTED

public static final int SC_ACCEPTED

SC_NON_AUTHORITATIVE_INFORMATION

public static final int SC_NON_AUTHORITATIVE_INFORMATION

SC_NO_CONTENT

public static final int SC_NO_CONTENT

SC_RESET_CONTENT

public static final int SC_RESET_CONTENT

SC_PARTIAL_CONTENT

public static final int SC_PARTIAL_CONTENT

SC_MULTI_STATUS

public static final int SC_MULTI_STATUS

SC_MULTIPLE_CHOICES

public static final int SC_MULTIPLE_CHOICES

SC_MOVED_PERMANENTLY

public static final int SC_MOVED_PERMANENTLY

SC_MOVED_TEMPORARILY

public static final int SC_MOVED_TEMPORARILY

SC_SEE_OTHER

public static final int SC_SEE_OTHER

SC_NOT_MODIFIED

public static final int SC_NOT_MODIFIED

SC_USE_PROXY

public static final int SC_USE_PROXY

SC_BAD_REQUEST

public static final int SC_BAD_REQUEST

SC_UNAUTHORIZED

public static final int SC_UNAUTHORIZED

SC_PAYMENT_REQUIRED

public static final int SC_PAYMENT_REQUIRED

SC_FORBIDDEN

public static final int SC_FORBIDDEN

SC_NOT_FOUND

public static final int SC_NOT_FOUND

SC_METHOD_NOT_ALLOWED

public static final int SC_METHOD_NOT_ALLOWED

SC_NOT_ACCEPTABLE

public static final int SC_NOT_ACCEPTABLE

SC_PROXY_AUTHENTICATION_REQUIRED

public static final int SC_PROXY_AUTHENTICATION_REQUIRED

SC_REQUEST_TIMEOUT

public static final int SC_REQUEST_TIMEOUT

SC_CONFLICT

public static final int SC_CONFLICT

SC_GONE

public static final int SC_GONE

SC_LENGTH_REQUIRED

public static final int SC_LENGTH_REQUIRED

SC_PRECONDITION_FAILED

public static final int SC_PRECONDITION_FAILED

SC_REQUEST_TOO_LONG

public static final int SC_REQUEST_TOO_LONG

SC_UNSUPPORTED_MEDIA_TYPE

public static final int SC_UNSUPPORTED_MEDIA_TYPE

SC_REQUESTED_RANGE_NOT_SATISFIABLE

public static final int SC_REQUESTED_RANGE_NOT_SATISFIABLE

SC_EXPECTATION_FAILED

public static final int SC_EXPECTATION_FAILED

SC_INSUFFICIENT_SPACE_ON_RESOURCE

public static final int SC_INSUFFICIENT_SPACE_ON_RESOURCE

SC_METHOD_FAILURE

public static final int SC_METHOD_FAILURE

SC_UNPROCESSABLE_ENTITY

public static final int SC_UNPROCESSABLE_ENTITY

SC_LOCKED

public static final int SC_LOCKED

SC_FAILED_DEPENDENCY

public static final int SC_FAILED_DEPENDENCY

SC_INTERNAL_SERVER_ERROR

public static final int SC_INTERNAL_SERVER_ERROR

SC_NOT_IMPLEMENTED

public static final int SC_NOT_IMPLEMENTED

SC_BAD_GATEWAY

public static final int SC_BAD_GATEWAY

SC_SERVICE_UNAVAILABLE

public static final int SC_SERVICE_UNAVAILABLE

SC_GATEWAY_TIMEOUT

public static final int SC_GATEWAY_TIMEOUT

SC_HTTP_VERSION_NOT_SUPPORTED

public static final int SC_HTTP_VERSION_NOT_SUPPORTED

SC_INSUFFICIENT_STORAGE

public static final int SC_INSUFFICIENT_STORAGE
Constructor Detail

WebdavStatus

public WebdavStatus()
Method Detail

getStatusText

public static java.lang.String getStatusText(int nHttpStatusCode)

static void ()