Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getSelectors
Method
getSelectors
ZezeJava/ZezeJava/src/main/java/Zeze/Net/Service.java:157–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
155
}
156
157
public
@NotNull Selectors getSelectors() {
158
return
null != selectors ? selectors : Selectors.getInstance();
159
}
160
161
public
final
@NotNull String getName() {
162
return
name;
Callers
4
run
Method · 0.45
DatagramSocket
Method · 0.45
TcpSocket
Method · 0.45
doWrite
Method · 0.45
Calls
1
getInstance
Method · 0.95
Tested by
no test coverage detected