MCPcopy Create free account
hub / github.com/apache/cloudstack / send

Method send

utils/src/main/java/com/cloud/utils/nio/Link.java:289–291  ·  view source on GitHub ↗
(byte[] data)

Source from the content-addressed store, hash-verified

287 }
288
289 public void send(byte[] data) throws ClosedChannelException {
290 send(data, false);
291 }
292
293 public void send(byte[] data, boolean close) throws ClosedChannelException {
294 send(new ByteBuffer[] {ByteBuffer.wrap(data)}, close);

Callers 1

sendMethod · 0.95

Calls 4

flipMethod · 0.80
allocateMethod · 0.65
addMethod · 0.65
changeMethod · 0.45

Tested by

no test coverage detected