Remove NetconfSessionNegotiatorFactory 03/108603/7
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 23 Oct 2023 18:48:30 +0000 (20:48 +0200)
committerRobert Varga <nite@hq.sk>
Tue, 24 Oct 2023 11:41:19 +0000 (11:41 +0000)
commite913b8c6f1a1aab66f927d89ea695de9dd83934e
tree1802fc0eda2af7cb390783f17e7fd3cd68d1df51
parent816bd41f7e713627faa114a9eee843bf8e02b03d
Remove NetconfSessionNegotiatorFactory

This interface is a useless abstraction, as the server-side completely
ignores one of its arguments. Eliminate it, allowing both sides to do
precisely what suites them.

JIRA: NETCONF-590
Change-Id: I9fc2674a13622f3de7951463c462496b23cb3f4f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfDispatcher.java
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/NetconfSessionNegotiatorFactory.java [deleted file]
protocol/netconf-client/src/main/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiatorFactory.java
protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/NetconfServerSessionNegotiatorFactory.java
protocol/netconf-server/src/main/java/org/opendaylight/netconf/server/ServerChannelInitializer.java