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 voidScpRemote2RemoteTransferHelper. 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 classScpDirEndCommandDetailsclassScpPathCommandDetailsSupportclassScpReceiveDirCommandDetailsHolds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" classScpReceiveFileCommandDetailsHolds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" classScpTimestampCommandDetailsRepresents an SCP timestamp definitionMethods in org.apache.sshd.scp.common.helpers with parameters of type AbstractScpCommandDetails Modifier and Type Method Description static ScpAckInfoScpIoUtils. sendAcknowledgedCommand(AbstractScpCommandDetails cmd, InputStream in, Charset csIn, OutputStream out, Charset csOut)
-