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

Method get

src/main/java/core/packetproxy/http3/value/frame/Frames.java:65–67  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

63 }
64
65 public Frame get(int index) {
66 return this.frames.get(index);
67 }
68
69 public int size() {
70 return this.frames.size();

Callers 12

getCookedBodyMethod · 0.45
getCookieMethod · 0.45
getValueMethod · 0.45
getValueMethod · 0.45
HttpHeaderMethod · 0.45
setGroupIdMethod · 0.45
writeMethod · 0.45
readHttpRawMethod · 0.45
FrameParserClass · 0.45
parseMethod · 0.45

Calls

no outgoing calls