public class WebdavClientFactory
extends java.lang.Object
Modifier and Type | Method and 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.
|
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
org.apache.commons.vfs.FileSystemException