| Modifier and Type | Method and Description |
|---|---|
protected abstract RawData |
ConnectorBase.receiveNext()
Receives data from the socket queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawDataChannel.receiveData(RawData raw)
Processes a raw message received from the network.
|
void |
UDPConnector.send(RawData msg) |
void |
ConnectorBase.send(RawData msg) |
void |
Connector.send(RawData msg)
Sends a raw message to a client via the network.
|
protected abstract void |
ConnectorBase.sendNext(RawData raw)
Sends data over the socket.
|
Copyright © 2019 Eclipse Foundation. All rights reserved.