jvermillard / leshan

OMA Lightweight M2M java implementation - LWM2M
40 stars 25 forks source link

Unifying Client Requests with Server style #54

Closed jschloman closed 9 years ago

jschloman commented 9 years ago

This PR is a refactor of the client in preparation for the start of implementation of bootstrap. I wanted to unify the style of the requests so they mimic those of the server both in use (e.g., LeshanClient.send(request)) and design (visitor and builder patterns, many pulling heavily from the stuff on the server).

jschloman commented 9 years ago

This work was merged separately with commit https://github.com/jvermillard/leshan/commit/33b2e7d3c972dac4017016818b010bc6bbeb459c.