|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs.FileSystemConfigBuilder
org.apache.commons.vfs.provider.webdav.WebdavFileSystemConfigBuilder
Configuration options for WebDav
Method Summary | |
protected Class |
getConfigClass()
|
static WebdavFileSystemConfigBuilder |
getInstance()
|
String |
getProxyHost(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(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. |
String |
getUrlCharset(FileSystemOptions opts)
Set the charset used for url encoding |
void |
setProxyHost(FileSystemOptions opts,
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(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(FileSystemOptions opts,
String chaset)
Set the charset used for url encoding |
Methods inherited from class org.apache.commons.vfs.FileSystemConfigBuilder |
getParam, hasParam, setParam |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static WebdavFileSystemConfigBuilder getInstance()
public void setUrlCharset(FileSystemOptions opts, String chaset)
chaset
- the chasetpublic String getUrlCharset(FileSystemOptions opts)
public void setProxyHost(FileSystemOptions opts, String proxyHost)
proxyHost
- the hostsetProxyPort(org.apache.commons.vfs.FileSystemOptions, int)
public void setProxyPort(FileSystemOptions opts, int proxyPort)
proxyPort
- the portsetProxyHost(org.apache.commons.vfs.FileSystemOptions, java.lang.String)
public String getProxyHost(FileSystemOptions opts)
setProxyPort(org.apache.commons.vfs.FileSystemOptions, int)
public int getProxyPort(FileSystemOptions opts)
setProxyHost(org.apache.commons.vfs.FileSystemOptions, java.lang.String)
protected Class getConfigClass()
getConfigClass
in class FileSystemConfigBuilder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |