MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / getSocksVersion

Method getSocksVersion

java/src/org/openqa/selenium/Proxy.java:340–342  ·  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

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

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