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

Method getServer

src/main/java/core/packetproxy/model/Packet.java:230–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

228 }
229
230 public InetSocketAddress getServer() {
231 return new InetSocketAddress(this.server_ip, this.server_port);
232 }
233
234 public String getContentType() {
235 return content_type;

Callers 15

getOneShotPacketMethod · 0.95
onServerChunkReceivedMethod · 0.45
onClientChunkSendMethod · 0.45
runMethod · 0.45
onChunkReceivedMethod · 0.45
checkSSLForwardMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected