Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ setIp
Method
setIp
ZezeJava/ZezeJava/src/main/java/Zeze/Net/Acceptor.java:44–46 ·
view source on GitHub ↗
(@Nullable String ip)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
final
void
setIp(@Nullable String ip) {
45
this.ip = ip != null ? ip :
""
;
46
}
47
48
public
final
int
getPort() {
49
return
port;
Callers
5
SimpleApp
Method · 0.45
registerService
Method · 0.45
OnHandshakeDone
Method · 0.45
start
Method · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
1
SimpleApp
Method · 0.36