| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.internal.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceRegistry.add(String parentUri,
ResourceConfig resourceDesciption)
Add a new resource to the registry based on given resource configuration.
|
void |
ResourceRegistry.add(String parentUri,
ResourceParams resourceDesciption)
Add a new resource to the registry based on given resource configuration.
|
ServedResource |
ResourceRegistry.getResource(String uri)
Get the resources from the registry with given uri.
|
void |
OperationalListener.setUriPattern(String uriPattern)
Set the uri pattern of the resources the listener should process requests
for.
|
| Constructor and Description |
|---|
OperationalListener(String uriPattern,
RequestCodeFlags flags,
org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> callback)
Constructor
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.