|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAVClient | |
---|---|
org.eclipse.webdav.client | Provides support for the WebDAV protocol. |
Uses of DAVClient in org.eclipse.webdav.client |
---|
Subclasses of DAVClient in org.eclipse.webdav.client | |
---|---|
class |
LocalDAVClient
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
class |
RemoteDAVClient
The ServerProxy class implements the IServer
interface and represents a client's local proxy to a remote server. |
Fields in org.eclipse.webdav.client declared as DAVClient | |
---|---|
protected DAVClient |
AbstractResourceHandle.davClient
|
Methods in org.eclipse.webdav.client that return DAVClient | |
---|---|
DAVClient |
AbstractResourceHandle.getDAVClient()
Answer the DAVClient being used by this resource handle for accessing the resource. |
Constructors in org.eclipse.webdav.client with parameters of type DAVClient | |
---|---|
AbstractResourceHandle(DAVClient davClient,
ILocator locator)
Creates a new AbstractResourceHandle with the given
DAV client and Locator . |
|
CollectionHandle(DAVClient davClient,
ILocator locator)
Creates a new CollectionHandle from the given
DAVClient and Locator . |
|
DAVClient(DAVClient davClient)
Creates a new DAV client from a clone of the given DAV client. |
|
ResourceHandle(DAVClient davClient,
ILocator locator)
Creates a new ResourceHandle from the given
DAVClient and Locator . |
|
WorkspaceHandle(DAVClient davClient,
ILocator locator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |