Explicitly sets the proxy type, useful for forcing direct connection on Linux. @param proxyType type of proxy being used @return reference to self
(ProxyType proxyType)
| 183 | * @return reference to self |
| 184 | */ |
| 185 | public Proxy setProxyType(ProxyType proxyType) { |
| 186 | verifyProxyTypeCompatibility(proxyType); |
| 187 | this.proxyType = proxyType; |
| 188 | return this; |
| 189 | } |
| 190 | |
| 191 | /** |
| 192 | * Whether to autodetect proxy settings. |