Uses of Class
org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfSshClient
-
Packages that use NetconfSshClient Package Description org.opendaylight.netconf.nettyutil.handler.ssh.client Utilities for integration between Apache SSHD and Netty. -
-
Uses of NetconfSshClient in org.opendaylight.netconf.nettyutil.handler.ssh.client
Fields in org.opendaylight.netconf.nettyutil.handler.ssh.client declared as NetconfSshClient Modifier and Type Field Description static NetconfSshClientAsyncSshHandler. DEFAULT_CLIENTMethods in org.opendaylight.netconf.nettyutil.handler.ssh.client that return NetconfSshClient Modifier and Type Method Description NetconfSshClientNetconfClientBuilder. build()Methods in org.opendaylight.netconf.nettyutil.handler.ssh.client with parameters of type NetconfSshClient Modifier and Type Method Description static AsyncSshHandlerAsyncSshHandler. createForNetconfSubsystem(AuthenticationHandler authenticationHandler, io.netty.util.concurrent.Future<?> negotiationFuture, @Nullable NetconfSshClient sshClient)Create AsyncSshHandler for netconf subsystem.Constructors in org.opendaylight.netconf.nettyutil.handler.ssh.client with parameters of type NetconfSshClient Constructor Description AsyncSshHandler(AuthenticationHandler authenticationHandler, NetconfSshClient sshClient)Constructor ofAsyncSshHandler.AsyncSshHandler(AuthenticationHandler authenticationHandler, NetconfSshClient sshClient, io.netty.util.concurrent.Future<?> negotiationFuture)
-