()
| 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 | } |
nothing calls this directly
no test coverage detected