public interface IAsynchConnection extends IConnection
Modifier and Type | Method and Description |
---|---|
void |
sendAsynch(ID receiver,
byte[] data)
Send data asynchronously.
|
addListener, connect, disconnect, getLocalID, getProperties, isConnected, isStarted, removeListener, start, stop
void sendAsynch(ID receiver, byte[] data) throws java.io.IOException
receiver
- the ID of the intended receiverdata
- the data to sendjava.io.IOException
- thrown if data cannot be sent (e.g. disconnected)