Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getServerName
Method
getServerName
src/main/java/core/packetproxy/model/Packet.java:218–220 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
216
}
217
218
public
String getServerName() {
219
return
this.server_name;
220
}
221
222
public
boolean getUseSSL() {
223
return
this.use_ssl;
Callers
5
getOneShotPacket
Method · 0.95
getOneShotFromModifiedData
Method · 0.95
getOneShotFromReceivedData
Method · 0.95
getOneShotFromDecodedData
Method · 0.95
includes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected