Uses of Interface
org.apache.sshd.scp.common.helpers.CommandStatusHandler
-
Packages that use CommandStatusHandler Package Description org.apache.sshd.scp.common.helpers -
-
Uses of CommandStatusHandler in org.apache.sshd.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers with parameters of type CommandStatusHandler Modifier and Type Method Description static void
ScpIoUtils. handleCommandExitStatus(ClientSession session, java.lang.String cmd, ClientChannel channel, CommandStatusHandler handler, org.slf4j.Logger log)
Invoked by the variousupload/download
methods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server.
-