Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getServer
Method
getServer
src/main/java/core/packetproxy/model/Packet.java:230–232 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
}
229
230
public
InetSocketAddress getServer() {
231
return
new
InetSocketAddress(this.server_ip, this.server_port);
232
}
233
234
public
String getContentType() {
235
return
content_type;
Callers
15
getOneShotPacket
Method · 0.95
getOneShotFromModifiedData
Method · 0.95
getOneShotFromReceivedData
Method · 0.95
getOneShotFromDecodedData
Method · 0.95
onServerChunkReceived
Method · 0.45
onClientChunkSend
Method · 0.45
run
Method · 0.45
onChunkReceived
Method · 0.45
createHttpTransparentProxy
Method · 0.45
checkTransparentSSLProxy
Method · 0.45
checkSSLForward
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected