org.apache.webdav.client
Class HttpStatus

java.lang.Object
  extended by org.apache.webdav.client.HttpStatus

public class HttpStatus
extends java.lang.Object

For wrapping the status values of http clients


Field Summary
static int SC_BAD_REQUEST
           
static int SC_CONFLICT
           
static int SC_CREATED
           
static int SC_FORBIDDEN
           
static int SC_LOCKED
           
static int SC_METHOD_NOT_ALLOWED
           
static int SC_MULTI_STATUS
           
static int SC_NO_CONTENT
           
static int SC_NOT_FOUND
           
static int SC_OK
           
static int SC_UNAUTHORIZED
           
 
Constructor Summary
HttpStatus()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

HttpStatus

public HttpStatus()


Copyright (c) 2003 - Apache Software Foundation