Uses of Class
org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
-
Packages that use AsyncSshHandler Package Description org.opendaylight.netconf.nettyutil.handler.ssh.client Utilities for integration between Apache SSHD and Netty. -
-
Uses of AsyncSshHandler in org.opendaylight.netconf.nettyutil.handler.ssh.client
Methods in org.opendaylight.netconf.nettyutil.handler.ssh.client that return AsyncSshHandler Modifier and Type Method Description static AsyncSshHandlerAsyncSshHandler. createForNetconfSubsystem(AuthenticationHandler authenticationHandler)static AsyncSshHandlerAsyncSshHandler. createForNetconfSubsystem(AuthenticationHandler authenticationHandler, io.netty.util.concurrent.Future<?> negotiationFuture, @Nullable NetconfSshClient sshClient)Create AsyncSshHandler for netconf subsystem.
-