Gets the SOCKS proxy's password. Supported by SOCKS v5 and above. @return the SOCKS proxy's password
()
| 382 | * @return the SOCKS proxy's password |
| 383 | */ |
| 384 | public @Nullable String getSocksPassword() { |
| 385 | return socksPassword; |
| 386 | } |
| 387 | |
| 388 | /** |
| 389 | * Specifies a password for the SOCKS proxy. Supported by SOCKS v5 and above. |
no outgoing calls