| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.api.attributes | |
| nl.teslanet.mule.connectors.coap.internal.attributes | |
| nl.teslanet.mule.connectors.coap.internal.utils |
| Modifier and Type | Field and Description |
|---|---|
protected Result |
CoapResponseAttributes.result
True when response is received and indicates success.
|
| Modifier and Type | Method and Description |
|---|---|
Result |
CoapResponseAttributes.getResult() |
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoapResponseAttributesImpl.setResult(Result result) |
| Modifier and Type | Method and Description |
|---|---|
static Result |
AttributeUtils.toResult(org.eclipse.californium.core.coap.CoAP.ResponseCode code)
Translate response code to result.
|
Copyright © 2019–2025 Teslanet.nl. All rights reserved.