|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IServer | |
---|---|
org.eclipse.webdav | Provides infrastructure objects for communicating with WebDAV/HTTP servers. |
org.eclipse.webdav.client | Provides support for the WebDAV protocol. |
Uses of IServer in org.eclipse.webdav |
---|
Methods in org.eclipse.webdav that return IServer | |
---|---|
IServer |
IServerFactory.newServer(String serverURL)
Returns a new server for the WebDAV server with the given URL. |
Uses of IServer in org.eclipse.webdav.client |
---|
Classes in org.eclipse.webdav.client that implement IServer | |
---|---|
class |
DAVClient
Dav Client s implement the IServer interface
and represent a client's connection to a server. |
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. |
Constructors in org.eclipse.webdav.client with parameters of type IServer | |
---|---|
LocalDAVClient(WebDAVFactory webDAVFactory,
IServer server)
Creates a new local DAV client that talks to the server at the specified origin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |