Deprecated API

Contents

Deprecated Fields

org.apache.webdav.lib.properties.GetLastModifiedProperty.DATE_FORMAT
org.apache.webdav.lib.WebdavResource.tempDirForGet
The client is responsible for disk I/O.
org.apache.webdav.lib.WebdavResource.useDiskForGet
The client is responsible for disk I/O.

Deprecated Methods

org.apache.webdav.lib.util.DOMUtils.findDavPrefix(Document)
org.apache.webdav.lib.methods.LockMethod.setTimeout(long)
The timeout value MUST NOT be greater than 2^32-1.
org.apache.webdav.lib.WebdavResource.setGetTempDir(String)
The given directory will not be used.
org.apache.webdav.lib.WebdavResource.getGetTempDir()
The returned directory is not used by the GET method.
org.apache.webdav.lib.WebdavResource.setGetUseDisk(boolean)
This method has no effect.
org.apache.webdav.lib.WebdavResource.getGetUseDisk()
This method always returns false.
org.apache.webdav.lib.WebdavResource.setEncodeURLs(boolean)
No longer has any effect.
org.apache.webdav.lib.WebdavResource.proppatchMethod(String,String)
it could be removed after the major version changes
org.apache.webdav.lib.WebdavResource.proppatchMethod(PropertyName,String)
it could be removed after the major version changes
org.apache.webdav.lib.WebdavResource.proppatchMethod(String,String,String)
it could be removed after the major version changes
org.apache.webdav.lib.WebdavResource.proppatchMethod(String,PropertyName,String)
it could be removed after the major version changes
org.apache.webdav.lib.WebdavResource.proppatchMethod(Hashtable)
it could be removed after the major version changes
org.apache.webdav.lib.WebdavResource.proppatchMethod(String,Hashtable)
it could be removed after the major version changes
org.apache.webdav.lib.WebdavResource.lockMethod(String,short)
The timeout value MUST NOT be greater than 2^32-1.
org.apache.webdav.lib.WebdavResource.lockMethod(String,String,short)
The timeout value MUST NOT be greater than 2^32-1.
org.apache.webdav.lib.WebdavSession.closeSession(HttpClient)
Replaced by closeSession()
org.apache.webdav.lib.WebdavState.getLocks(String)

Deprecated Constructors

org.apache.webdav.lib.Lock.Lock(int,int,int,String,long,String)
The timeout value MUST NOT be greater than 2^32-1.
org.apache.webdav.lib.methods.LockMethod.LockMethod(String,String,long)
The timeout value MUST NOT be greater than 2^32-1.
org.apache.webdav.lib.methods.LockMethod.LockMethod(String,String,short,long)
The timeout value MUST NOT be greater than 2^32-1.