Gets the SOCKS proxy's password. Supported by SOCKS v5 and above. @return the SOCKS proxy's password
()
| 350 | * @return the SOCKS proxy's password |
| 351 | */ |
| 352 | public @Nullable String getSocksPassword() { |
| 353 | return socksPassword; |
| 354 | } |
| 355 | |
| 356 | /** |
| 357 | * Specifies a password for the SOCKS proxy. Supported by SOCKS v5 and above. |
no outgoing calls