COAP 消息分request/response,通过Code 区分。

request 消息通过CoapResource的handleRequest(Exchange exchange)处理

response消息通过notificationListener 处理

coapEndpoint.addNotificationListener(observeNotificationListener);

 

Californium COAP 协议开源框架

 

Californium COAP 协议开源框架

相关文章: