MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / getSocksVersion

Method getSocksVersion

java/src/org/openqa/selenium/Proxy.java:308–310  ·  view source on GitHub ↗

Gets the SOCKS version (4 or 5). @return the SOCKS version if present, null otherwise

()

Source from the content-addressed store, hash-verified

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).

Callers 12

testManualProxyMethod · 0.95
testPACProxyMethod · 0.95
testAutodetectProxyMethod · 0.95
manualProxyFromMapMethod · 0.95
pacProxyFromMapMethod · 0.95
systemProxyFromMapMethod · 0.95
directProxyFromMapMethod · 0.95
equalsMethod · 0.95
hashCodeMethod · 0.95

Calls

no outgoing calls

Tested by 10

testManualProxyMethod · 0.76
testPACProxyMethod · 0.76
testAutodetectProxyMethod · 0.76
manualProxyFromMapMethod · 0.76
pacProxyFromMapMethod · 0.76
systemProxyFromMapMethod · 0.76
directProxyFromMapMethod · 0.76