Uses of Interface
org.apache.sshd.scp.common.helpers.CommandStatusHandler
Packages that use CommandStatusHandler
-
Uses of CommandStatusHandler in org.apache.sshd.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers with parameters of type CommandStatusHandlerModifier and TypeMethodDescriptionstatic voidScpIoUtils.handleCommandExitStatus(ClientSession session, String cmd, ClientChannel channel, CommandStatusHandler handler, org.slf4j.Logger log) Invoked by the variousupload/downloadmethods after having successfully completed the remote copy command and (optionally) having received an exit status from the remote server.