| Constructor and Description |
|---|
CoapRequestOptionsAttributesImpl(org.eclipse.californium.core.coap.OptionSet optionSet)
Constructor that uses options from given optionSet.
|
CoapResponseOptionsAttributesImpl(org.eclipse.californium.core.coap.OptionSet optionSet)
Constructor that uses options from given optionSet.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.californium.core.coap.Request |
CoapRequestBuilder.build()
Build the CoAP request based on given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.onSuccess(ResponseParams response,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext)
Called when processing incoming request was successful.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MessageUtils.copyAcceptableRequestSize(Integer acceptableRequestSize,
org.eclipse.californium.core.coap.OptionSet optionSet)
Copy AcceptableRequestSize to
OptionSet. |
static void |
MessageUtils.copyEntityTagValue(org.mule.runtime.api.metadata.TypedValue<Object> entityTagValue,
org.eclipse.californium.core.coap.OptionSet optionSet,
org.mule.runtime.api.transformation.TransformationService transformationService)
Copy EntityTagValue to
OptionSet. |
static void |
MessageUtils.copyLocationPath(String locationPath,
org.eclipse.californium.core.coap.OptionSet optionSet)
Copy LocationPath to
OptionSet. |
static void |
MessageUtils.copyLocationQuery(List<QueryParam> locationQuery,
org.eclipse.californium.core.coap.OptionSet optionSet)
Copy LocationQuery to
OptionSet. |
static void |
MessageUtils.copyMaxAge(Long maxAge,
org.eclipse.californium.core.coap.OptionSet optionSet)
Copy MaxAge to
OptionSet. |
static void |
MessageUtils.copyOptions(List<OtherOption> otherOptions,
org.eclipse.californium.core.coap.OptionSet optionSet,
org.mule.runtime.api.transformation.TransformationService transformationService)
Copy other options from list of other options to
OptionSet. |
static void |
MessageUtils.copyOptions(RequestOptionsParams requestOptions,
org.eclipse.californium.core.coap.OptionSet optionSet,
org.mule.runtime.api.transformation.TransformationService transformationService)
Copy options from
RequestOptionsParams to OptionSet. |
static void |
MessageUtils.copyOptions(ResponseOptionsParams responseOptions,
org.eclipse.californium.core.coap.OptionSet optionSet,
org.mule.runtime.api.transformation.TransformationService transformationService)
Copy options from
ResponseOptionsParams to OptionSet. |
static void |
MessageUtils.copyResponseSize(Integer responseSize,
org.eclipse.californium.core.coap.OptionSet optionSet)
Copy ResponseSize to
OptionSet. |
Copyright © 2019–2024 Teslanet.nl. All rights reserved.