Uses of Interface
org.eclipse.webdav.IServer

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 Clients 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.
 



Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.