Inline AsyncSshHandler.startSsh() 29/102729/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 17 Oct 2022 18:51:13 +0000 (20:51 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 13:07:02 +0000 (15:07 +0200)
commitd9e1b88bc8862479c83fff0124dc54a33f6e1b3c
treed24b844e50139c4fa877f84a8a5ecd45869ad2fb
parent120a71646f1e41680063de2470b5df18e53b9c1c
Inline AsyncSshHandler.startSsh()

There is just no reason to have this method split out, inline it to its
sole user -- which is making interactions a bit clearer. We also see
that there is a blocking call, holding up the caller until the
connection succeeds.

JIRA: NETCONF-905
Change-Id: Iae781a743e670498c9329162bb05a7475f32d370
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 350a98cd443038597784197888d664f7e0dca9f8)
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java