| Package | Description |
|---|---|
| nl.teslanet.mule.connectors.coap.api | |
| nl.teslanet.mule.connectors.coap.internal.client | |
| nl.teslanet.mule.connectors.coap.internal.utils |
| Modifier and Type | Method and Description |
|---|---|
CoapRequestCode |
RequestParams.getRequestCode() |
static CoapRequestCode |
CoapRequestCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoapRequestCode[] |
CoapRequestCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestParams.setRequestCode(CoapRequestCode requestCode) |
| Modifier and Type | Method and Description |
|---|---|
CoapRequestCode |
CoapRequestBuilder.buildRequestCode()
Build the code of the request.
|
| Modifier and Type | Method and Description |
|---|---|
static CoapRequestCode |
AttributeUtils.toRequestCodeAttribute(org.eclipse.californium.core.coap.CoAP.Code code)
Translate Cf request Code to requestCode attribute value.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.californium.core.coap.CoAP.Code |
AttributeUtils.toRequestCode(CoapRequestCode requestCodeAttribute)
Translate requestCode attribute to Cf request Code.
|
Copyright © 2019–2024 Teslanet.nl. All rights reserved.