class CoAP::ResponseHandler
- CoAP::ResponseHandler
- Reference
- Object
Overview
Need to support multicast responses and observables
Defined in:
coap/client/response_handler.crConstructors
Instance Method Summary
- #close(*args, **options)
- #close(*args, **options, &)
- #closed?(*args, **options)
- #closed?(*args, **options, &)
- #message_id : UInt16
- #processed : UInt64
- #receive : CoAP::Response
- #receive? : CoAP::Response | Nil
- #send(message : CoAP::Message) : Nil
- #timeout : Time
- #timeout=(timeout : Time)