Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getChannel
Method
getChannel
ZezeJava/ZezeJava/src/main/java/Zeze/Net/TcpSocket.java:96–98 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
}
95
96
public
@NotNull SelectableChannel getChannel() {
// SocketChannel or ServerSocketChannel, 一定不为null
97
return
selectionKey.channel();
98
}
99
100
public
@Nullable Socket getSocket() {
101
SelectableChannel sc = getChannel();
Callers
15
getSocket
Method · 0.95
getLocalAddress
Method · 0.95
testMmap
Method · 0.80
ProcessDaemon
Method · 0.80
fillMessage
Method · 0.80
appendMessage
Method · 0.80
fillBuffer
Method · 0.80
PersistentAtomicLong
Method · 0.80
allocate
Method · 0.80
RecoveryFile
Method · 0.80
startLogger
Method · 0.80
Monitor
Method · 0.80
Calls
1
channel
Method · 0.80
Tested by
1
testMmap
Method · 0.64