Gets the SOCKS version (4 or 5). @return the SOCKS version if present, null otherwise
()
| 338 | * @return the SOCKS version if present, null otherwise |
| 339 | */ |
| 340 | public @Nullable Integer getSocksVersion() { |
| 341 | return socksVersion; |
| 342 | } |
| 343 | |
| 344 | /** |
| 345 | * Specifies which version of SOCKS to use (4 or 5). |
no outgoing calls