Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ getPort
Method
getPort
src/main/java/core/packetproxy/model/Server.java:116–118 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
114
}
115
116
public
int
getPort() {
117
return
port;
118
}
119
120
public
void
setPort(
int
port) {
121
this.port = port;
Callers
15
close
Method · 0.45
ProxyQuicTransparent
Method · 0.45
run
Method · 0.45
ProxyQuicForward
Method · 0.45
run
Method · 0.45
create
Method · 0.45
onChunkReceived
Method · 0.45
run
Method · 0.45
createHttpTransparentProxy
Method · 0.45
checkTransparentSSLProxy
Method · 0.45
checkSSLForward
Method · 0.45
ProxyUDPForward
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected