Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getEncoder
Method
getEncoder
src/main/java/core/packetproxy/model/Packet.java:242–244 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
240
}
241
242
public
String getEncoder() {
243
return
this.encoder_name;
244
}
245
246
public
String getAlpn() {
247
return
this.alpn;
Callers
4
getOneShotPacket
Method · 0.95
getOneShotFromModifiedData
Method · 0.95
getOneShotFromReceivedData
Method · 0.95
getOneShotFromDecodedData
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected