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
()
| 173 | * @return the proxy type employed |
| 174 | */ |
| 175 | public ProxyType getProxyType() { |
| 176 | return this.proxyType; |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Explicitly sets the proxy type, useful for forcing direct connection on Linux. |
no outgoing calls