Uses of Class
org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
-
Packages that use AbstractScpCommandDetails Package Description org.apache.sshd.scp.client org.apache.sshd.scp.common.helpers -
-
Uses of AbstractScpCommandDetails in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client with parameters of type AbstractScpCommandDetails Modifier and Type Method Description protected void
ScpRemote2RemoteTransferHelper. signalReceivedCommand(AbstractScpCommandDetails details)
-
Uses of AbstractScpCommandDetails in org.apache.sshd.scp.common.helpers
Subclasses of AbstractScpCommandDetails in org.apache.sshd.scp.common.helpers Modifier and Type Class Description class
ScpDirEndCommandDetails
class
ScpPathCommandDetailsSupport
class
ScpReceiveDirCommandDetails
Holds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" class
ScpReceiveFileCommandDetails
Holds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" class
ScpTimestampCommandDetails
Represents an SCP timestamp definitionMethods in org.apache.sshd.scp.common.helpers with parameters of type AbstractScpCommandDetails Modifier and Type Method Description static ScpAckInfo
ScpIoUtils. sendAcknowledgedCommand(AbstractScpCommandDetails cmd, java.io.InputStream in, java.nio.charset.Charset csIn, java.io.OutputStream out, java.nio.charset.Charset csOut)
-