From c8947a87b23c3171d74d9195b73a6e81c8ce71b3 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 18 Oct 2022 23:07:52 +0200 Subject: [PATCH] Replace replaceHelloMessageOutboundHandler() This is a utility method to manipulate pipeline, with a single caller. Inline the method so the manipulations are clearly visible. Change-Id: I7aafce20947559753f213cfcb686a14e74f6bb7c Signed-off-by: Robert Varga --- .../AbstractNetconfSessionNegotiator.java | 40 ++++++++----------- 1 file changed, 16 insertions(+), 24 deletions(-) diff --git a/netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java b/netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java index ef71afc3cd..082d4247cc 100644 --- a/netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java +++ b/netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/AbstractNetconfSessionNegotiator.java @@ -161,9 +161,24 @@ public abstract class AbstractNetconfSessionNegotiator