public static class ShellHelper.WsSshListener extends Object implements net.thevpc.nuts.lib.ssh.SshListener
| Constructor and Description |
|---|
WsSshListener(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
monitorInputStream(InputStream stream,
long length,
net.thevpc.nuts.NutsString message) |
void |
onExec(String command) |
void |
onGet(String from,
String to,
boolean mkdir) |
void |
onPut(String from,
String to,
boolean mkdir) |
public void onExec(String command)
onExec in interface net.thevpc.nuts.lib.ssh.SshListenerpublic void onGet(String from, String to, boolean mkdir)
onGet in interface net.thevpc.nuts.lib.ssh.SshListenerpublic void onPut(String from, String to, boolean mkdir)
onPut in interface net.thevpc.nuts.lib.ssh.SshListenerpublic InputStream monitorInputStream(InputStream stream, long length, net.thevpc.nuts.NutsString message)
monitorInputStream in interface net.thevpc.nuts.lib.ssh.SshListenerCopyright © 2022 vpc open source initiative. All rights reserved.