Implementation of a RESTCONF client that can establish SSE connections 30/127430/2
authorHesam Rahimi <hesam.rahimi@huawei.com>
Wed, 2 Mar 2022 03:34:38 +0000 (22:34 -0500)
committerHesam Rahimi <hesam.rahimi@huawei.com>
Wed, 2 Mar 2022 16:33:07 +0000 (11:33 -0500)
commit04766f01fb17e464d722d21d328264d139a2fcd0
treeb5377d404701095e93ff323a6f89934259398f7f
parentdb3f905491c6a8f844212a4227281e758d73d333
Implementation of a RESTCONF client that can establish SSE connections
to a RESTCONF server. This is for receiving notification events to
support closed-loop for IBNs.

Issue-ID: CCSDK-3595
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I2a3be01b03d889b41d4608011436d8b587a621e5
plugins/restconf-client/provider/pom.xml
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/DefaultRestSBDevice.java [new file with mode: 0644]
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/DeviceId.java [new file with mode: 0644]
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/RestConfSBController.java [new file with mode: 0644]
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/RestSBDevice.java [new file with mode: 0644]
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/RestconfDiscoveryNode.java
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/RestconfNotificationEventListener.java [new file with mode: 0644]
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/RestconfNotificationEventListenerImpl.java [new file with mode: 0644]
plugins/restconf-client/provider/src/main/java/org/onap/ccsdk/sli/plugins/restconfdiscovery/SvcLogicDiscoveryPlugin.java