Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getDirection
Method
getDirection
src/main/java/core/packetproxy/model/Packet.java:121–123 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
119
}
120
121
public
Direction getDirection() {
122
return
this.direction;
123
}
124
125
public
int
getId() {
126
return
this.id;
Callers
6
getOneShotPacket
Method · 0.95
getOneShotFromModifiedData
Method · 0.95
getOneShotFromReceivedData
Method · 0.95
getOneShotFromDecodedData
Method · 0.95
getSummarizedRequest
Method · 0.95
getSummarizedResponse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected