Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ setSender
Method
setSender
ZezeJava/ZezeJava/src/main/java/Zeze/Net/Protocol.java:67–69 ·
view source on GitHub ↗
(AsyncSocket sender)
Source
from the content-addressed store, hash-verified
65
}
66
67
public
void
setSender(AsyncSocket sender) {
68
this.sender = sender;
69
}
70
71
public
@Nullable Service getService() {
72
return
sender.getService();
Callers
9
ProcessDispatch
Method · 0.45
sendResponseDirectReal
Method · 0.45
sendResponse
Method · 0.45
sendHandle
Method · 0.45
sendForWaitHandle
Method · 0.45
transmitEmbed
Method · 0.45
setupRpcResponseContext
Method · 0.45
handle
Method · 0.45
decodeProtocol
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected