Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SimpleApp
Method · 0.45
test2App
Method · 0.45
registerService
Method · 0.45
OnHandshakeDone
Method · 0.45
register
Method · 0.45
register
Method · 0.45
register
Method · 0.45
start
Method · 0.45
start
Method · 0.45
Start
Method · 0.45
Start
Method · 0.45
Calls
no outgoing calls
Tested by
2
SimpleApp
Method · 0.36
test2App
Method · 0.36