EnqueueResponse()
Adds a given response to the cache. If matching response (the same Message ID, source endpoint address and port) exists in the cache given response is not added. The CoAP response is copied before it is added to the cache.
DequeueAllResponses()
Removes all responses from the cache.
GetMatchedResponseCopy()
Gets a copy of CoAP response from the cache that matches a given Message ID and source endpoint.
GetResponses() const
Gets a reference to the cached CoAP responses queue.
FindMatchedResponse() const
DequeueResponse()
UpdateQueue()
HandleTimer()
HandleTimer()