| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.api | |
| nl.teslanet.mule.connectors.coap.internal.exceptions | |
| nl.teslanet.mule.connectors.coap.internal.utils |
| Modifier and Type | Method and Description |
|---|---|
CoapResponseCode |
ResponseParams.getResponseCode() |
static CoapResponseCode |
CoapResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoapResponseCode[] |
CoapResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseParams.setResponseCode(CoapResponseCode responseCode) |
| Constructor and Description |
|---|
InternalInvalidResponseCodeException(CoapResponseCode reponseCodeAttribute)
Construct exception with given
|
| Modifier and Type | Method and Description |
|---|---|
static CoapResponseCode |
AttributeUtils.toResponseCodeAttribute(org.eclipse.californium.core.coap.CoAP.ResponseCode reponseCode)
Translate Cf Response to CoderesponseCode attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.californium.core.coap.CoAP.ResponseCode |
AttributeUtils.toResponseCode(CoapResponseCode reponseCodeAttribute)
Translate responseCode attribute to Cf ResponseCode.
|
static org.eclipse.californium.core.coap.CoAP.ResponseCode |
AttributeUtils.toResponseCode(CoapResponseCode reponseCodeAttribute,
CoapResponseCode defaultResponseCodeAttribute)
Translate responseCode attribute to Cf ResponseCode with default value.
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.