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

Method getPayload

src/main/java/core/packetproxy/http2/frames/Frame.java:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 public byte[] getPayload() {
104 return payload;
105 }
106
107 public byte[] getOrigPayload() throws Exception {
108 return this.origPayload;

Calls

no outgoing calls