The {@link de.uniluebeck.itm.ncoap.communication.dispatching.client.ClientCallbackManager} is responsible forprocessing inbound {@link de.uniluebeck.itm.ncoap.message.CoapResponse}s. That is why each {@link de.uniluebeck.itm.ncoap.message.CoapRequest} needs an associated instance of{@link de.uniluebeck.itm.ncoap.communication.dispatching.client.ClientCallback} to be called upon receptionof a related {@link de.uniluebeck.itm.ncoap.message.CoapResponse}.
Besides the response dispatching the {@link de.uniluebeck.itm.ncoap.communication.dispatching.client.ClientCallbackManager} also deals withthe reliability of inbound {@link de.uniluebeck.itm.ncoap.message.CoapResponse}s, i.e. sends RST or ACK messages if necessary.
@author Oliver Kleine
|
|