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

Method getReceivedData

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

Source from the content-addressed store, hash-verified

158 }
159
160 public byte[] getReceivedData() {
161 return this.received_data == null ? new byte[]{} : this.received_data;
162 }
163
164 public OneShotPacket getOneShotFromReceivedData() {
165 return new OneShotPacket(getId(), getListenPort(), getClient(), getServer(), getServerName(), getUseSSL(),

Callers 8

decodeServerResponseMethod · 0.80
decodeClientRequestMethod · 0.80
getSummarizedMessageMethod · 0.80
updateMethod · 0.80
setPacketMethod · 0.80
onApprovedMethod · 0.80
actionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected