ONOS-4919: Implement RESTCONF client
Adding code to support RESTCONF protocol as one of the supported SBI protocols of ONOS. This RESTCONF SBI extends the current REST SBI protocl and adds some new APIs/functinalities so that a provider can subscribe/register to an external restconf server to receive notification stream. Change-Id: I21bf0d0f0394cf788e066d743b3ade04735fe07e
Showing
23 changed files
with
875 additions
and
143 deletions
protocols/rest/api/src/main/java/org/onosproject/protocol/http/ctl/HttpSBControllerImpl.java
0 → 100644
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
protocols/restconf/client/api/BUCK
0 → 100644
protocols/restconf/client/api/pom.xml
0 → 100644
protocols/restconf/client/api/src/main/java/org/onosproject/protocol/restconf/package-info.java
0 → 100644
protocols/restconf/client/ctl/BUCK
0 → 100644
protocols/restconf/client/ctl/pom.xml
0 → 100644
protocols/restconf/client/ctl/src/main/java/org/onosproject/protocol/restconf/ctl/package-info.java
0 → 100644
protocols/restconf/client/pom.xml
0 → 100644
-
Please register or login to post a comment