Gets the SOCKS proxy. @return the SOCKS proxy if present, null otherwise
()
| 284 | * @return the SOCKS proxy if present, null otherwise |
| 285 | */ |
| 286 | public @Nullable String getSocksProxy() { |
| 287 | return socksProxy; |
| 288 | } |
| 289 | |
| 290 | /** |
| 291 | * Specifies which proxy to use for SOCKS. |
no outgoing calls