Gets the SOCKS proxy. @return the SOCKS proxy if present, null otherwise
()
| 316 | * @return the SOCKS proxy if present, null otherwise |
| 317 | */ |
| 318 | public @Nullable String getSocksProxy() { |
| 319 | return socksProxy; |
| 320 | } |
| 321 | |
| 322 | /** |
| 323 | * Specifies which proxy to use for SOCKS. |
no outgoing calls