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

Method hashCode

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

Source from the content-addressed store, hash-verified

498 }
499
500 @Override
501 public int hashCode() {
502 return Objects.hash(
503 getProxyType(),
504 isAutodetect(),
505 getFtpProxy(),
506 getHttpProxy(),
507 getNoProxy(),
508 getSslProxy(),
509 getSocksProxy(),
510 getSocksVersion(),
511 getSocksUsername(),
512 getSocksPassword(),
513 getProxyAutoconfigUrl());
514 }
515}

Callers

nothing calls this directly

Calls 11

getProxyTypeMethod · 0.95
isAutodetectMethod · 0.95
getFtpProxyMethod · 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

Tested by

no test coverage detected