getProxyHost(FileSystemOptions opts) Get the proxy to use for http connection
You have to set the ProxyPort too if you would like to have the proxy relly used.
public int
getProxyPort(FileSystemOptions opts) Get the proxy-port to use for http the connection
You have to set the ProxyHost too if you would like to have the proxy relly used.
setProxyHost(FileSystemOptions opts, String proxyHost) Set the proxy to use for http connection.
You have to set the ProxyPort too if you would like to have the proxy relly used.
public void
setProxyPort(FileSystemOptions opts, int proxyPort) Set the proxy-port to use for http connection
You have to set the ProxyHost too if you would like to have the proxy relly used.
Get the proxy to use for http connection
You have to set the ProxyPort too if you would like to have the proxy relly used.
proxyHost See Also:HttpFileSystemConfigBuilder.setProxyPort
Get the proxy-port to use for http the connection
You have to set the ProxyHost too if you would like to have the proxy relly used.
proxyPort: the port number or 0 if it is not set See Also:HttpFileSystemConfigBuilder.setProxyHost
Set the proxy to use for http connection.
You have to set the ProxyPort too if you would like to have the proxy relly used.
Parameters: proxyHost - the host See Also:HttpFileSystemConfigBuilder.setProxyPort
Set the proxy-port to use for http connection
You have to set the ProxyHost too if you would like to have the proxy relly used.
Parameters: proxyPort - the port See Also:HttpFileSystemConfigBuilder.setProxyHost