Add FormattableServerRequest 71/113671/3
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 24 Sep 2024 22:35:36 +0000 (00:35 +0200)
committerRobert Varga <nite@hq.sk>
Thu, 26 Sep 2024 11:50:25 +0000 (11:50 +0000)
commitabe91945b0776e735e761e446767755d031bc1b8
treedc3b956e060f59df0026154a42a24224c4adfa53
parent1612e8bcb09385d7b6704b5c8ef5ef94472357be
Add FormattableServerRequest

We have two distinct NettyServerRequest subclasses doing exactly the
same thing. Share a single FormattableServerRequest class between the
two code paths.

JIRA: NETCONF-1379
Change-Id: Id30306ce9073afdd73d790282d3a023dde2c4c07
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/FormattableServerRequest.java [new file with mode: 0644]
protocol/restconf-server/src/main/java/org/opendaylight/restconf/server/RestconfRequestDispatcher.java