Eliminate ModulesRequestProcessor 67/113667/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Sep 2024 21:04:09 +0000 (23:04 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Sep 2024 21:04:25 +0000 (23:04 +0200)
commit66871c1544d7564c8a1752f0590a5c77da773e11
treed630ee13a9d5beeb281e0ec544b61b1ee6536e44
parent67876943bfc0f3b0de674a4ac34a26ba84f5710e
Eliminate ModulesRequestProcessor

RestconfRequestDispatcher can host the static methods just as well, and
such organization is actually conducive to structuring dispatch based on
needs, rather than upfront parsing.

Also updates RFC references to point to their canonical web presence.

JIRA: NETCONF-1379
Change-Id: I268ba415f30daf492fe12573a3b09bb9ed8b3a6f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/ModulesRequestProcessor.java [deleted file]
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/RestconfRequestDispatcher.java
protocol/restconf-server/src/test/java/org/opendaylight/restconf/server/ModulesRequestProcessorTest.java