| Package | Description |
|---|---|
| org.eclipse.californium.scandium | |
| org.eclipse.californium.scandium.dtls |
| Modifier and Type | Method and Description |
|---|---|
protected static ResumptionSupportingConnectionStore |
DTLSConnector.createConnectionStore(DtlsConnectorConfig configuration,
SessionCache sessionCache)
Create and initialize default connection store.
|
| Constructor and Description |
|---|
DtlsClusterConnector(DtlsConnectorConfig configuration,
DtlsClusterConnectorConfig clusterConfiguration,
DtlsClusterConnector.ClusterNodesProvider nodes,
SessionCache sessionCache)
Create dtls connector with cluster support and session cache.
|
DTLSConnector(DtlsConnectorConfig configuration,
SessionCache sessionCache)
Creates a DTLS connector for a given set of configuration options.
|
DtlsManagedClusterConnector(DtlsConnectorConfig configuration,
DtlsClusterConnectorConfig clusterConfiguration,
SessionCache sessionCache)
Create dtls connector with dynamic cluster support.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientSessionCache
Client side second level cache for current state of DTLS sessions including
the last related ip-address..
|
| Constructor and Description |
|---|
InMemoryConnectionStore(int capacity,
long threshold,
SessionCache sessionCache)
Creates a store based on given configuration parameters.
|
InMemoryConnectionStore(SessionCache sessionCache)
Creates a store with a capacity of 500000 connections and a connection
expiration threshold of 36 hours.
|
Copyright © 2023 Eclipse Foundation. All rights reserved.