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

Method getClient

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

Source from the content-addressed store, hash-verified

224 }
225
226 public InetSocketAddress getClient() {
227 return new InetSocketAddress(this.client_ip, this.client_port);
228 }
229
230 public InetSocketAddress getServer() {
231 return new InetSocketAddress(this.server_ip, this.server_port);

Callers 8

getOneShotPacketMethod · 0.95
onServerChunkReceivedMethod · 0.45
onClientChunkSendMethod · 0.45
sendMethod · 0.45
loggingProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected