MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getServerAddr

Method getServerAddr

src/main/java/core/packetproxy/http/Http.java:698–700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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;

Callers 1

onChunkReceivedMethod · 0.95

Calls 1

getByNameMethod · 0.95

Tested by

no test coverage detected