public class HttpClientFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.httpclient.HttpClient |
createConnection(java.lang.String scheme,
java.lang.String hostname,
int port,
java.lang.String username,
java.lang.String password,
FileSystemOptions fileSystemOptions)
Creates a new connection to the server.
|
public static org.apache.commons.httpclient.HttpClient createConnection(java.lang.String scheme, java.lang.String hostname, int port, java.lang.String username, java.lang.String password, FileSystemOptions fileSystemOptions) throws FileSystemException
FileSystemException