Remove Netconf(Client)SessionPreferences 47/101447/3
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Jun 2022 18:40:16 +0000 (20:40 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 2 Jun 2022 19:54:34 +0000 (21:54 +0200)
commit7884e5218cd2b7c9526d3c77afbb6ffca111d81f
tree33de2397d562ccf7d9844f5eb48dd07a573ba912
parent7a5d09a57cedf0ad1259b72dc918f5925e248683
Remove Netconf(Client)SessionPreferences

These NetconfClientSessionPreferences are a strictly netconf-client thing,
remove it and adjust its users. This also renders
NetconfSessionPreferences useless, hence those are removed as well.

JIRA: NETCONF-590
Change-Id: I72c5718182751cb869c13318b4b0133bdbd197ea
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-api/src/main/java/org/opendaylight/netconf/api/NetconfClientSessionPreferences.java [deleted file]
netconf/netconf-api/src/main/java/org/opendaylight/netconf/api/NetconfSessionPreferences.java [deleted file]
netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiator.java
netconf/netconf-client/src/main/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiatorFactory.java
netconf/netconf-client/src/test/java/org/opendaylight/netconf/client/NetconfClientSessionNegotiatorTest.java