Gets the SOCKS version (4 or 5). @return the SOCKS version if present, null otherwise
()
| 306 | * @return the SOCKS version if present, null otherwise |
| 307 | */ |
| 308 | public @Nullable Integer getSocksVersion() { |
| 309 | return socksVersion; |
| 310 | } |
| 311 | |
| 312 | /** |
| 313 | * Specifies which version of SOCKS to use (4 or 5). |
no outgoing calls