Remove AsyncSshHandler.handleSshChanelOpened() 33/102733/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 08:58:35 +0000 (10:58 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 18 Oct 2022 13:07:29 +0000 (15:07 +0200)
commit113064b0c5963a59609cb07e5601c6dca58bae83
tree86e18b5c3b37cdcaefc8f96aec2a61d2d61ad443
parent1a3e240661ae48d498c98f02036dff2a3d8f3ec6
Remove AsyncSshHandler.handleSshChanelOpened()

This is the locked bottom of onOpenComplete(), rename it and co-locate
it with its sole caller, making the code progression linear.

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