MCPcopy 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

getOneShotPacketMethod · 0.95
includesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected