Gets the ProxyType. This can signal if set to use a direct connection (without proxy), manually set proxy settings, auto-configured proxy settings, or whether to use the default system proxy settings. It defaults to ProxyType#UNSPECIFIED. @return the proxy type employed
()
| 167 | * @return the proxy type employed |
| 168 | */ |
| 169 | public ProxyType getProxyType() { |
| 170 | return this.proxyType; |
| 171 | } |
| 172 | |
| 173 | /** |
| 174 | * Explicitly sets the proxy type, useful for forcing direct connection on Linux. |
no outgoing calls