public interface Sender
extends java.io.Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
send(java.nio.ByteBuffer data) |
void |
send(java.util.List<java.nio.ByteBuffer> dataList) |
void |
sendWithAck(java.util.List<java.nio.ByteBuffer> dataList,
byte[] ackToken) |
void send(java.nio.ByteBuffer data) throws java.io.IOException
java.io.IOExceptionvoid send(java.util.List<java.nio.ByteBuffer> dataList) throws java.io.IOException
java.io.IOExceptionvoid sendWithAck(java.util.List<java.nio.ByteBuffer> dataList,
byte[] ackToken)
throws java.io.IOException
java.io.IOException