MCPcopy 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

closeMethod · 0.45
ProxyQuicTransparentMethod · 0.45
runMethod · 0.45
ProxyQuicForwardMethod · 0.45
runMethod · 0.45
createMethod · 0.45
onChunkReceivedMethod · 0.45
runMethod · 0.45
checkSSLForwardMethod · 0.45
ProxyUDPForwardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected