Committed by
Gerrit Code Review
[ONOS-2408]Data model and utility class about RFC 7047 (ovsdb protocol).
The whole lib of ovsdb provides the function of encode to jasonRPC and decode to Pojo to consumer, the bussiness of coordination of communication is implemented by adapter. Change-Id: I4c35426273394c1699207e5a4f2e98cead59f1e1
Showing
58 changed files
with
4750 additions
and
43 deletions
ovsdb/rfc/pom.xml
0 → 100644
ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/error/ColumnSchemaNotFoundException.java
0 → 100644
ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/error/TableSchemaNotFoundException.java
0 → 100644
ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/error/UnsupportedEncodingException.java
0 → 100644
ovsdb/rfc/src/main/java/org/onosproject/ovsdb/rfc/notation/json/UpdateNotificationConverter.java
0 → 100644
-
Please register or login to post a comment