org.apache.wink.webdav
Class WebDAVHeaders

java.lang.Object
  extended by org.apache.wink.webdav.WebDAVHeaders

public final class WebDAVHeaders
extends Object


Field Summary
static String DAV
           
static String DEPTH
           
static String DESTINATION
           
static String IF
           
static String LOCK_TOKEN
           
static String MS_AUTHOR_VIA
          Microsoft authorization header
static String OVERWRITE
           
static String TIMEOUT
           
 
Constructor Summary
WebDAVHeaders()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DAV

public static final String DAV
See Also:
Constant Field Values

DEPTH

public static final String DEPTH
See Also:
Constant Field Values

OVERWRITE

public static final String OVERWRITE
See Also:
Constant Field Values

DESTINATION

public static final String DESTINATION
See Also:
Constant Field Values

IF

public static final String IF
See Also:
Constant Field Values

LOCK_TOKEN

public static final String LOCK_TOKEN
See Also:
Constant Field Values

TIMEOUT

public static final String TIMEOUT
See Also:
Constant Field Values

MS_AUTHOR_VIA

public static final String MS_AUTHOR_VIA
Microsoft authorization header

See Also:
Constant Field Values
Constructor Detail

WebDAVHeaders

public WebDAVHeaders()


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.