Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ setFlags
Method
setFlags
src/main/java/core/packetproxy/http2/frames/Frame.java:91–93 ·
view source on GitHub ↗
(int flags)
Source
from the content-addressed store, hash-verified
89
}
90
91
public
void
setFlags(
int
flags) {
92
this.flags = flags;
93
}
94
95
public
int
getStreamId() {
96
return
streamId;
Callers
3
processHeadersAndOtherFrames
Method · 0.80
encodeToFrames
Method · 0.80
encodeToFrames
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected