Inline AsyncSshHandler.startSsh() 11/102711/2
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 08:07:03 +0000 (10:07 +0200)
commit350a98cd443038597784197888d664f7e0dca9f8
tree6bb91ec3d4c5a28c37ac524ea21b5033acd09daa
parentd1539775a087395637ca446850a55bce1367baad
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>
netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java