org.apache.commons.vfs.provider.webdav
Class WebdavClientFactory

java.lang.Object
  extended byorg.apache.commons.vfs.provider.webdav.WebdavClientFactory

public class WebdavClientFactory
extends Object

Create a HttpClient instance

Version:
$Revision: 209270 $ $Date: 2005-07-05 15:45:04 +0200 (Tue, 05 Jul 2005) $
Author:
Mario Ivankovits

Method Summary
static org.apache.commons.httpclient.HttpClient createConnection(String hostname, int port, String username, String password, FileSystemOptions fileSystemOptions)
          Creates a new connection to the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createConnection

public static org.apache.commons.httpclient.HttpClient createConnection(String hostname,
                                                                        int port,
                                                                        String username,
                                                                        String password,
                                                                        FileSystemOptions fileSystemOptions)
                                                                 throws FileSystemException
Creates a new connection to the server.

Throws:
FileSystemException


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.