Class WebdavClientFactory

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

public class WebdavClientFactory extends Object
Create a HttpClient instance
Version:
$Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
Author:
Mario Ivankovits
  • Method Details

    • createConnection

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