interface IncomingRequest : IncomingMessage, BaseRequest
Incoming coap request message.
Coap server will receive this request object for any client request.
abstract val body: IncomingBody
Coap message body |
|
abstract val method: Method
Request Method type |
|
abstract val progressObserver: Observer<Int>
Observer for the number of bytes Sent/Received in a Blockwise Operation |