Move FramingMechanism 28/105728/5
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Apr 2023 09:14:56 +0000 (11:14 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 28 Apr 2023 11:00:02 +0000 (13:00 +0200)
commit3dead6b1926a236a11b213d82b46380225cbf02b
tree097863bcefd683141f27827e21503c56e6f5c6ca
parent363462e0f48beff0ef88806fc22518f735e45919
Move FramingMechanism

This is well-known construct defined in RFC6241 at messages layer.
Move the enumeration into netconf.api.messages.

JIRA: NETCONF-945
Change-Id: Ifab96b8bb7c72307062f31b6ad02c0dfca05c6cf
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractChannelInitializer.java
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactory.java
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/MessageParts.java
netconf/netconf-netty-util/src/test/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiatorTest.java
netconf/netconf-netty-util/src/test/java/org/opendaylight/netconf/nettyutil/Netconf539Test.java
netconf/netconf-netty-util/src/test/java/org/opendaylight/netconf/nettyutil/handler/FramingMechanismHandlerFactoryTest.java
protocol/netconf-api/src/main/java/org/opendaylight/netconf/api/messages/FramingMechanism.java [moved from protocol/netconf-util/src/main/java/org/opendaylight/netconf/util/messages/FramingMechanism.java with 96% similarity]
protocol/netconf-server/src/test/java/org/opendaylight/netconf/server/MessageParserTest.java