GoldenGateBindings / com.fitbit.goldengate.bindings.coap.data / IncomingRequest

IncomingRequest

interface IncomingRequest : IncomingMessage, BaseRequest

Incoming coap request message.

Coap server will receive this request object for any client request.

Inherited Properties

body

abstract val body: IncomingBody

Coap message body

method

abstract val method: Method

Request Method type

progressObserver

abstract val progressObserver: Observer<Int>

Observer for the number of bytes Sent/Received in a Blockwise Operation