Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeNA/PacketProxy
/ onChunkSend
Method
onChunkSend
src/main/java/core/packetproxy/DuplexAsync.java:236–239 ·
view source on GitHub ↗
(byte[] data)
Source
from the content-addressed store, hash-verified
234
}
235
236
@Override
237
public
byte[] onChunkSend(byte[] data) throws Exception {
238
return
callOnClientChunkSend(data);
239
}
240
});
241
return
simplex;
242
}
Callers
nothing calls this directly
Calls
2
callOnClientChunkSend
Method · 0.80
callOnServerChunkSend
Method · 0.80
Tested by
no test coverage detected