org.apache.webdav.client
Class HttpStatus
java.lang.Object
org.apache.webdav.client.HttpStatus
public class HttpStatus
- extends java.lang.Object
For wrapping the status values of http clients
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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_FORBIDDEN
public static final int SC_FORBIDDEN
- See Also:
- Constant Field Values
SC_CONFLICT
public static final int SC_CONFLICT
- See Also:
- Constant Field Values
SC_UNAUTHORIZED
public static final int SC_UNAUTHORIZED
- See Also:
- Constant Field Values
SC_NOT_FOUND
public static final int SC_NOT_FOUND
- See Also:
- Constant Field Values
SC_NO_CONTENT
public static final int SC_NO_CONTENT
- See Also:
- Constant Field Values
SC_METHOD_NOT_ALLOWED
public static final int SC_METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
SC_LOCKED
public static final int SC_LOCKED
- See Also:
- Constant Field Values
SC_MULTI_STATUS
public static final int SC_MULTI_STATUS
- See Also:
- Constant Field Values
SC_BAD_REQUEST
public static final int SC_BAD_REQUEST
- See Also:
- Constant Field Values
HttpStatus
public HttpStatus()
Copyright (c) 2003 - Apache Software Foundation