MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getUseSSL

Method getUseSSL

src/main/java/core/packetproxy/model/Packet.java:222–224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 public boolean getUseSSL() {
223 return this.use_ssl;
224 }
225
226 public InetSocketAddress getClient() {
227 return new InetSocketAddress(this.client_ip, this.client_port);

Callers 6

getOneShotPacketMethod · 0.95
actionPerformedMethod · 0.95
buildMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected