()
| 696 | } |
| 697 | |
| 698 | public InetSocketAddress getServerAddr() throws Exception { |
| 699 | return new InetSocketAddress(PrivateDNSClient.getByName(proxyHost), proxyPort); |
| 700 | } |
| 701 | |
| 702 | public List<String> getBodyParamsOrder() { |
| 703 | String body; |
no test coverage detected