Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getOneShotPacket
Method · 0.95
getOneShotFromModifiedData
Method · 0.95
getOneShotFromReceivedData
Method · 0.95
getOneShotFromDecodedData
Method · 0.95
actionPerformed
Method · 0.95
build
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected