| 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 |
|---|---|
protected void |
AbstractResource.handleRequest(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,CoapRequestAttributes> callback,
org.eclipse.californium.core.server.resources.CoapExchange exchange,
CoapResponseCode defaultCoapResponseCode)
Generic handler for processing requests.
|
| 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–2025 Teslanet.nl. All rights reserved.