Uses of Class
org.apache.sshd.scp.common.helpers.AbstractScpCommandDetails
Packages that use AbstractScpCommandDetails
-
Uses of AbstractScpCommandDetails in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client with parameters of type AbstractScpCommandDetailsModifier and TypeMethodDescriptionprotected voidScpRemote2RemoteTransferHelper.signalReceivedCommand(AbstractScpCommandDetails details) -
Uses of AbstractScpCommandDetails in org.apache.sshd.scp.common.helpers
Subclasses of AbstractScpCommandDetails in org.apache.sshd.scp.common.helpersModifier and TypeClassDescriptionclassclassclassHolds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" classHolds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" classRepresents an SCP timestamp definitionMethods in org.apache.sshd.scp.common.helpers with parameters of type AbstractScpCommandDetailsModifier and TypeMethodDescriptionstatic ScpAckInfoScpIoUtils.sendAcknowledgedCommand(AbstractScpCommandDetails cmd, InputStream in, Charset csIn, OutputStream out, Charset csOut)