| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.internal.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerOperations.notify(Server server,
String pathPattern)
The Notify processor initiates notifications to observing clients.
|
void |
ServerOperations.resourceAdd(Server server,
ResourceParams resourceParams)
The Resource Add processor dynamically adds a new resource to the CoAP server.
|
boolean |
ServerOperations.resourceExists(Server server,
String pathPattern)
The Resource Exists processor checks whether the CoAP server has one or more resources
matching given uri pattern.
|
Set<String> |
ServerOperations.resourceList(Server server,
String pathPattern)
Returns a list of uri's of the resources, that match given uri pattern.
|
void |
ServerOperations.resourceRemove(Server server,
String pathPattern)
The Resource Remove processor removes resources from the CoAP server.
|
ServerInfo |
ServerOperations.serverInfo(Server server)
Provides information about the server such as the addresses to which the server's endpoints are bound.
|
Copyright © 2019–2025 Teslanet.nl. All rights reserved.