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

Method getDecodedData

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

Source from the content-addressed store, hash-verified

171 }
172
173 public byte[] getDecodedData() {
174 return this.decoded_data == null ? new byte[]{} : this.decoded_data;
175 }
176
177 public OneShotPacket getOneShotFromDecodedData() {
178 return new OneShotPacket(getId(), getListenPort(), getClient(), getServer(), getServerName(), getUseSSL(),

Callers 15

componentResizedMethod · 0.95
buildMethod · 0.95
onServerChunkSendMethod · 0.80
getSummarizedRequestMethod · 0.80
getSummarizedResponseMethod · 0.80
getContentTypeMethod · 0.80
getSummaryMethod · 0.80
getSummarizedRequestMethod · 0.80
getSummarizedResponseMethod · 0.80
getSummarizedResponseMethod · 0.80
getSummarizedRequestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected