| Package | Description |
|---|---|
| org.eclipse.californium.scandium | |
| org.eclipse.californium.scandium.config | |
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionIdGenerator |
DTLSConnector.connectionIdGenerator
Configure connection id generator.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionIdGenerator |
DtlsConnectorConfig.getConnectionIdGenerator()
Gets connection ID generator.
|
| Modifier and Type | Method and Description |
|---|---|
DtlsConnectorConfig.Builder |
DtlsConnectorConfig.Builder.setConnectionIdGenerator(ConnectionIdGenerator connectionIdGenerator)
Sets the connection id generator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeConnectionIdGenerator
Connection id generator encoding a node ID into the connection ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultiNodeConnectionIdGenerator
Connection id generator for multiple nodes systems (cluster).
|
class |
SingleNodeConnectionIdGenerator
Connection id generator for single node systems (no cluster).
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionIdGenerator |
Handshaker.connectionIdGenerator
The configured connection id length.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResumptionSupportingConnectionStore.attach(ConnectionIdGenerator connectionIdGenerator)
Attach connection id generator.
|
void |
InMemoryConnectionStore.attach(ConnectionIdGenerator connectionIdGenerator) |
static List<Record> |
Record.fromByteArray(byte[] byteArray,
InetSocketAddress peerAddress,
ConnectionIdGenerator cidGenerator,
long receiveNanos)
Deprecated.
|
static List<Record> |
Record.fromReader(org.eclipse.californium.elements.util.DatagramReader reader,
InetSocketAddress peerAddress,
InetSocketAddress router,
ConnectionIdGenerator cidGenerator,
long receiveNanos)
Parses a sequence of DTLSCiphertext structures into
Record instances. |
static ConnectionId |
Record.readConnectionIdFromReader(org.eclipse.californium.elements.util.DatagramReader reader,
ConnectionIdGenerator cidGenerator)
Read the connection id.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.