| Package | Description |
|---|---|
| org.eclipse.californium.elements |
| Modifier and Type | Method and Description |
|---|---|
static RawData |
RawData.inbound(byte[] data,
EndpointContext peerEndpointContext,
boolean isMulticast)
Instantiates a new raw data for a message received from a peer.
|
static RawData |
RawData.outbound(byte[] data,
EndpointContext peerEndpointContext,
MessageCallback callback,
boolean useMulticast)
Instantiates a new raw data for a message to be sent to a peer.
|
| 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 |
Connector.send(RawData msg)
Sends a raw message to a client via the network.
|
Copyright © 2019 Eclipse Foundation. All rights reserved.