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

Method hashCode

java/src/org/openqa/selenium/Proxy.java:466–479  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

464 }
465
466 @Override
467 public int hashCode() {
468 return Objects.hash(
469 getProxyType(),
470 isAutodetect(),
471 getHttpProxy(),
472 getNoProxy(),
473 getSslProxy(),
474 getSocksProxy(),
475 getSocksVersion(),
476 getSocksUsername(),
477 getSocksPassword(),
478 getProxyAutoconfigUrl());
479 }
480}

Callers

nothing calls this directly

Calls 11

getProxyTypeMethod · 0.95
isAutodetectMethod · 0.95
getHttpProxyMethod · 0.95
getNoProxyMethod · 0.95
getSslProxyMethod · 0.95
getSocksProxyMethod · 0.95
getSocksVersionMethod · 0.95
getSocksUsernameMethod · 0.95
getSocksPasswordMethod · 0.95
getProxyAutoconfigUrlMethod · 0.95
hashMethod · 0.45

Tested by

no test coverage detected