public final class HttpFileSystemConfBuilderPatched
extends org.apache.commons.vfs2.provider.http.HttpFileSystemConfigBuilder
Modifier | Constructor and Description |
---|---|
protected |
HttpFileSystemConfBuilderPatched() |
protected |
HttpFileSystemConfBuilderPatched(String prefix) |
Modifier and Type | Method and Description |
---|---|
static HttpFileSystemConfBuilderPatched |
getInstance() |
int |
getTimeout(org.apache.commons.vfs2.FileSystemOptions opts) |
void |
setTimeout(org.apache.commons.vfs2.FileSystemOptions opts,
int timeout) |
getConfigClass, getConnectionTimeout, getCookies, getFollowRedirect, getMaxConnectionsPerHost, getMaxTotalConnections, getProxyAuthenticator, getProxyHost, getProxyPort, getSoTimeout, getUrlCharset, getUserAgent, isPreemptiveAuth, setConnectionTimeout, setCookies, setFollowRedirect, setMaxConnectionsPerHost, setMaxTotalConnections, setPreemptiveAuth, setProxyAuthenticator, setProxyHost, setProxyPort, setSoTimeout, setUrlCharset, setUserAgent
getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getCharacter, getCharacter, getCharacter, getDouble, getDouble, getDouble, getEnum, getEnum, getFloat, getFloat, getFloat, getInteger, getInteger, getInteger, getLong, getLong, getLong, getParam, getRootURI, getShort, getShort, getShort, getString, getString, hasObject, hasParam, setParam, setParam, setRootURI
protected HttpFileSystemConfBuilderPatched(String prefix)
protected HttpFileSystemConfBuilderPatched()
public static HttpFileSystemConfBuilderPatched getInstance()
public void setTimeout(org.apache.commons.vfs2.FileSystemOptions opts, int timeout)
public int getTimeout(org.apache.commons.vfs2.FileSystemOptions opts)
Copyright © 2017. All Rights Reserved.