org.apache.commons.vfs.provider.http
Class HttpClientFactory
java.lang.Object
org.apache.commons.vfs.provider.http.HttpClientFactory
public class HttpClientFactory
- extends java.lang.Object
Create a HttpClient instance
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Mi, 29 Nov 2006) $
- Author:
- Mario Ivankovits
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientFactory
private HttpClientFactory()
createConnection
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
- Creates a new connection to the server.
- Throws:
FileSystemException