MCPcopy Create free account
hub / github.com/e2wugui/zeze / setPort

Method setPort

ZezeJava/ZezeJava/src/main/java/Zeze/Net/Acceptor.java:52–54  ·  view source on GitHub ↗
(int port)

Source from the content-addressed store, hash-verified

50 }
51
52 public final void setPort(int port) {
53 this.port = port;
54 }
55
56 public final @NotNull String getName() {
57 return ip + '_' + port;

Callers 11

SimpleAppMethod · 0.45
test2AppMethod · 0.45
registerServiceMethod · 0.45
OnHandshakeDoneMethod · 0.45
registerMethod · 0.45
registerMethod · 0.45
registerMethod · 0.45
startMethod · 0.45
startMethod · 0.45
StartMethod · 0.45
StartMethod · 0.45

Calls

no outgoing calls

Tested by 2

SimpleAppMethod · 0.36
test2AppMethod · 0.36