Gets the SOCKS proxy's username. Supported by SOCKS v5 and above. @return the SOCKS proxy's username
()
| 360 | * @return the SOCKS proxy's username |
| 361 | */ |
| 362 | public @Nullable String getSocksUsername() { |
| 363 | return socksUsername; |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * Specifies a username for the SOCKS proxy. Supported by SOCKS v5 and above. |
no outgoing calls