Class WebdavClientFactory


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.commons.httpclient.HttpClient createConnection​(java.lang.String hostname, int port, char[] username, char[] password, org.apache.commons.vfs.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,
                                                                                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