Uses of Class
org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
-
Packages that use AsyncSshHandler Package Description org.opendaylight.netconf.nettyutil.handler.ssh.client -
-
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 org.apache.sshd.client.SshClient sshClient)Create AsyncSshHandler for netconf subsystem.
-