Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getAlpn
Method
getAlpn
src/main/java/core/packetproxy/model/Packet.java:246–248 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
244
}
245
246
public
String getAlpn() {
247
return
this.alpn;
248
}
249
250
public
Date getDate() {
251
return
this.date;
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