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

java.lang.Object
  extended by org.apache.commons.vfs.provider.webdav.WebdavClientFactory

public class WebdavClientFactory
extends java.lang.Object

Create a HttpClient instance

Version:
$Revision: 548717 $ $Date: 2007-06-19 14:07:40 +0100 (Tue, 19 Jun 2007) $
Author:
Mario Ivankovits

Method Summary
static org.apache.commons.httpclient.HttpClient createConnection(java.lang.String hostname, int port, char[] username, char[] 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(java.lang.String hostname,
                                                                        int port,
                                                                        char[] username,
                                                                        char[] password,
                                                                        FileSystemOptions fileSystemOptions)
                                                                 throws FileSystemException
Creates a new connection to the server.

Throws:
FileSystemException


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