Constructor and Description |
---|
CoAPLDPServer(java.lang.String BASE_URI,
NetworkConfig config,
int port)
Creates a new LDP-CoAP server.
|
CoAPLDPTestSuiteServer(java.lang.String URI,
NetworkConfig config,
int port)
Creates a CoAPLDPTestSuiteServer.
|
Constructor and Description |
---|
CoapServer(NetworkConfig config,
int... ports)
Constructs a server with the specified configuration that listens to the
specified ports after method
CoapServer.start() is called. |
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
Endpoint.getConfig()
Gets this endpoint's configuration.
|
NetworkConfig |
CoAPEndpoint.getConfig() |
Constructor and Description |
---|
CoAPEndpoint(org.eclipse.californium.elements.Connector connector,
NetworkConfig config)
Instantiates a new endpoint with the specified connector and
configuration.
|
CoAPEndpoint(java.net.InetSocketAddress address,
NetworkConfig config)
Instantiates a new endpoint with the specified address and configuration.
|
CoAPEndpoint(int port,
NetworkConfig config)
Instantiates a new endpoint with the specified port and configuration.
|
CoAPEndpoint(NetworkConfig config) |
Matcher(NetworkConfig config) |
RemoteEndpoint(int remotePort,
java.net.InetAddress remoteAddress,
NetworkConfig config) |
RemoteEndpointManager(NetworkConfig config)
The RemoteEndpointManager is responsible for creating a new RemoteEndpoint object when exchanges with a
new destination endpoint are initiated and managing existing ones.
|
Modifier and Type | Method and Description |
---|---|
NetworkConfig |
NetworkConfig.addConfigObserver(NetworkConfigObserver observer) |
static NetworkConfig |
NetworkConfig.createStandardWithFile(java.io.File file)
Creates the standard with a file.
|
static NetworkConfig |
NetworkConfig.createStandardWithoutFile()
Creates the standard without reading it or writing it to a file.
|
static NetworkConfig |
NetworkConfig.getStandard()
Gives access to the standard network configuration.
|
NetworkConfig |
NetworkConfig.removeConfigObserver(NetworkConfigObserver observer) |
NetworkConfig |
NetworkConfig.set(java.lang.String key,
java.lang.Object value)
Associates the specified value with the specified key.
|
NetworkConfig |
NetworkConfig.setBoolean(java.lang.String key,
boolean value)
Associates the specified value with the specified key.
|
NetworkConfig |
NetworkConfig.setDouble(java.lang.String key,
double value)
Associates the specified value with the specified key.
|
NetworkConfig |
NetworkConfig.setFloat(java.lang.String key,
float value)
Associates the specified value with the specified key.
|
NetworkConfig |
NetworkConfig.setInt(java.lang.String key,
int value)
Associates the specified value with the specified key.
|
NetworkConfig |
NetworkConfig.setLong(java.lang.String key,
long value)
Associates the specified value with the specified key.
|
NetworkConfig |
NetworkConfig.setString(java.lang.String key,
java.lang.String value)
Associates the specified value with the specified key.
|
Modifier and Type | Method and Description |
---|---|
static void |
NetworkConfigDefaults.setDefaults(NetworkConfig config) |
static void |
NetworkConfig.setStandard(NetworkConfig standard)
Sets the standard configuration.
|
Modifier and Type | Method and Description |
---|---|
Deduplicator |
DeduplicatorFactory.createDeduplicator(NetworkConfig config)
Creates a new deduplicator according to the specified configuration.
|
Constructor and Description |
---|
CropRotation(NetworkConfig config) |
SweepDeduplicator(NetworkConfig config) |
Modifier and Type | Method and Description |
---|---|
static CongestionControlLayer |
CongestionControlLayer.newImplementation(NetworkConfig config) |
Constructor and Description |
---|
BlockwiseLayer(NetworkConfig config)
Constructs a new blockwise layer.
|
CoapStack(NetworkConfig config,
Outbox outbox) |
CongestionControlLayer(NetworkConfig config)
Constructs a new congestion control layer.
|
ObserveLayer(NetworkConfig config) |
ReliabilityLayer(NetworkConfig config)
Constructs a new reliability layer.
|
TokenLayer(NetworkConfig config) |
Constructor and Description |
---|
BasicRto(NetworkConfig config) |
Cocoa(NetworkConfig config) |
CocoaStrong(NetworkConfig config) |
LinuxRto(NetworkConfig config) |
PeakhopperRto(NetworkConfig config) |