Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Proxies |
build() |
Proxies.Builder |
copy(Proxies model) |
Proxies.Builder |
ftpProxyHost(String ftpProxyHost)
Ftp host to be set in net.properties file.
|
Proxies.Builder |
ftpProxyPort(Integer ftpProxyPort)
Ftp port number to be set in net.properties file.
|
Proxies.Builder |
httpProxyHost(String httpProxyHost)
Http host to be set in net.properties file.
|
Proxies.Builder |
httpProxyPort(Integer httpProxyPort)
Http port number to be set in net.properties file.
|
Proxies.Builder |
httpsProxyHost(String httpsProxyHost)
Https host to be set in net.properties file.
|
Proxies.Builder |
httpsProxyPort(Integer httpsProxyPort)
Https port number to be set in net.properties file.
|
Proxies.Builder |
socksProxyHost(String socksProxyHost)
Socks host to be set in net.properties file.
|
Proxies.Builder |
socksProxyPort(Integer socksProxyPort)
Socks port number to be set in net.properties file.
|
Proxies.Builder |
useSystemProxies(Boolean useSystemProxies)
Sets “java.net.useSystemProxies=true” in net.properties when they exist.
|
public Proxies.Builder useSystemProxies(Boolean useSystemProxies)
Sets “java.net.useSystemProxies=true” in net.properties when they exist.
useSystemProxies
- the value to setpublic Proxies.Builder httpProxyHost(String httpProxyHost)
Http host to be set in net.properties file.
httpProxyHost
- the value to setpublic Proxies.Builder httpProxyPort(Integer httpProxyPort)
Http port number to be set in net.properties file.
httpProxyPort
- the value to setpublic Proxies.Builder httpsProxyHost(String httpsProxyHost)
Https host to be set in net.properties file.
httpsProxyHost
- the value to setpublic Proxies.Builder httpsProxyPort(Integer httpsProxyPort)
Https port number to be set in net.properties file.
httpsProxyPort
- the value to setpublic Proxies.Builder ftpProxyHost(String ftpProxyHost)
Ftp host to be set in net.properties file.
ftpProxyHost
- the value to setpublic Proxies.Builder ftpProxyPort(Integer ftpProxyPort)
Ftp port number to be set in net.properties file.
ftpProxyPort
- the value to setpublic Proxies.Builder socksProxyHost(String socksProxyHost)
Socks host to be set in net.properties file.
socksProxyHost
- the value to setpublic Proxies.Builder socksProxyPort(Integer socksProxyPort)
Socks port number to be set in net.properties file.
socksProxyPort
- the value to setpublic Proxies build()
public Proxies.Builder copy(Proxies model)
Copyright © 2016–2024. All rights reserved.