public interface RawDataChannel
Connector via its Connector.setRawDataReceiver(RawDataChannel)
method in order to get notified about incoming messages.
Applications should use the Connector.send(RawData) method to send
messages to receivers connected via the network.| Modifier and Type | Method and Description |
|---|---|
void |
receiveData(RawData raw)
Processes a raw message received from the network.
|
void receiveData(RawData raw)
Thread, e.g. by employing a
java.util.concurrent.ExecutorService.raw - the raw message to processCopyright © 2019 Eclipse Foundation. All rights reserved.