public class WebdavFileSystemConfigBuilder
extends org.apache.commons.vfs.FileSystemConfigBuilder
Modifier and Type | Method | Description |
---|---|---|
protected java.lang.Class |
getConfigClass() |
|
static WebdavFileSystemConfigBuilder |
getInstance() |
|
org.apache.commons.vfs.UserAuthenticator |
getProxyAuthenticator(org.apache.commons.vfs.FileSystemOptions opts) |
Get the proxy authenticator where the system should get the credentials from
|
java.lang.String |
getProxyHost(org.apache.commons.vfs.FileSystemOptions opts) |
Get the proxy to use for webdav connection
You have to set the ProxyPort too if you would like to have the proxy relly used.
|
int |
getProxyPort(org.apache.commons.vfs.FileSystemOptions opts) |
Get the proxy-port to use for webdav the connection
You have to set the ProxyHost too if you would like to have the proxy relly used.
|
java.lang.String |
getUrlCharset(org.apache.commons.vfs.FileSystemOptions opts) |
Set the charset used for url encoding
|
void |
setProxyAuthenticator(org.apache.commons.vfs.FileSystemOptions opts,
org.apache.commons.vfs.UserAuthenticator authenticator) |
Set the proxy authenticator where the system should get the credentials from
|
void |
setProxyHost(org.apache.commons.vfs.FileSystemOptions opts,
java.lang.String proxyHost) |
Set the proxy to use for webdav connection.
You have to set the ProxyPort too if you would like to have the proxy relly used. |
void |
setProxyPort(org.apache.commons.vfs.FileSystemOptions opts,
int proxyPort) |
Set the proxy-port to use for webdav connection
You have to set the ProxyHost too if you would like to have the proxy relly used.
|
void |
setUrlCharset(org.apache.commons.vfs.FileSystemOptions opts,
java.lang.String chaset) |
Set the charset used for url encoding
|
public static WebdavFileSystemConfigBuilder getInstance()
public void setUrlCharset(org.apache.commons.vfs.FileSystemOptions opts, java.lang.String chaset)
chaset
- the chasetpublic java.lang.String getUrlCharset(org.apache.commons.vfs.FileSystemOptions opts)
public void setProxyHost(org.apache.commons.vfs.FileSystemOptions opts, java.lang.String proxyHost)
proxyHost
- the hostsetProxyPort(org.apache.commons.vfs.FileSystemOptions, int)
public void setProxyPort(org.apache.commons.vfs.FileSystemOptions opts, int proxyPort)
proxyPort
- the portsetProxyHost(org.apache.commons.vfs.FileSystemOptions, java.lang.String)
public java.lang.String getProxyHost(org.apache.commons.vfs.FileSystemOptions opts)
setProxyPort(org.apache.commons.vfs.FileSystemOptions, int)
public int getProxyPort(org.apache.commons.vfs.FileSystemOptions opts)
setProxyHost(org.apache.commons.vfs.FileSystemOptions, java.lang.String)
public void setProxyAuthenticator(org.apache.commons.vfs.FileSystemOptions opts, org.apache.commons.vfs.UserAuthenticator authenticator)
public org.apache.commons.vfs.UserAuthenticator getProxyAuthenticator(org.apache.commons.vfs.FileSystemOptions opts)
protected java.lang.Class getConfigClass()
getConfigClass
in class org.apache.commons.vfs.FileSystemConfigBuilder