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

Method getServerName

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

Source from the content-addressed store, hash-verified

242 // }
243
244 public String getServerName() {
245 return proxyHost;
246 }
247
248 public int getServerPort() {
249 return proxyPort;

Callers 14

onChunkReceivedMethod · 0.95
toByteArrayMethod · 0.95
onServerChunkReceivedMethod · 0.45
onClientChunkSendMethod · 0.45
sendMethod · 0.45
showDialogMethod · 0.45
showDialogMethod · 0.45
addTableContentMethod · 0.45
addTableContentMethod · 0.45
addTableContentMethod · 0.45
showDialogMethod · 0.45
addTableContentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected