Uses of Class
org.apache.commons.vfs.provider.http.HttpFileSystemConfigBuilder

Packages that use HttpFileSystemConfigBuilder
org.apache.commons.vfs.provider.http The HTTP File Provider 
org.apache.commons.vfs.provider.webdav The WebDAV File Provider 
 

Uses of HttpFileSystemConfigBuilder in org.apache.commons.vfs.provider.http
 

Methods in org.apache.commons.vfs.provider.http that return HttpFileSystemConfigBuilder
static HttpFileSystemConfigBuilder HttpFileSystemConfigBuilder.getInstance()
           
 

Methods in org.apache.commons.vfs.provider.http with parameters of type HttpFileSystemConfigBuilder
static org.apache.commons.httpclient.HttpClient HttpClientFactory.createConnection(HttpFileSystemConfigBuilder builder, 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.
 

Uses of HttpFileSystemConfigBuilder in org.apache.commons.vfs.provider.webdav
 

Subclasses of HttpFileSystemConfigBuilder in org.apache.commons.vfs.provider.webdav
 class WebdavFileSystemConfigBuilder
          Configuration options for WebDav.
 

Methods in org.apache.commons.vfs.provider.webdav that return HttpFileSystemConfigBuilder
static HttpFileSystemConfigBuilder WebdavFileSystemConfigBuilder.getInstance()
           
 



Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.