class documentation

class RequestCallback:

View In Hierarchy

Structure to hold the callback functions for handling outgoing requests.

Class Variable coapEvent Event to trigger for CoAP requests. This is triggered after the sendRequest callback.
Class Variable dispatcherRequest Callback function in the Dispatcher to handle the request
Class Variable httpEvent Event to trigger for HTTP requests. This is triggered after the sendRequest callback.
Class Variable mqttEvent Event to trigger for MQTT requests. This is triggered after the sendRequest callback.
Class Variable ownRequest Callback function to handle the request in the RequestManager itself.
Class Variable sendRequest Callback function to handle the request when sending.
Class Variable wsEvent Event to trigger for WebSockets requests. This is triggered after the sendRequest callback.
coapEvent: Event =

Event to trigger for CoAP requests. This is triggered after the sendRequest callback.

dispatcherRequest: Callable =

Callback function in the Dispatcher to handle the request

httpEvent: Event =

Event to trigger for HTTP requests. This is triggered after the sendRequest callback.

mqttEvent: Event =

Event to trigger for MQTT requests. This is triggered after the sendRequest callback.

ownRequest: Callable =

Callback function to handle the request in the RequestManager itself.

sendRequest: Callable =

Callback function to handle the request when sending.

wsEvent: Event =

Event to trigger for WebSockets requests. This is triggered after the sendRequest callback.