Uses of Class
org.apache.sshd.scp.common.helpers.ScpReceiveDirCommandDetails
-
Packages that use ScpReceiveDirCommandDetails Package Description org.apache.sshd.scp.client org.apache.sshd.scp.common.helpers -
-
Uses of ScpReceiveDirCommandDetails in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client with parameters of type ScpReceiveDirCommandDetails Modifier and Type Method Description void
ScpRemote2RemoteTransferListener. endDirectDirectoryTransfer(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveDirCommandDetails details, Throwable thrown)
Indicates end of direct file transfervoid
ScpRemote2RemoteTransferListener. startDirectDirectoryTransfer(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveDirCommandDetails details)
Indicates start of direct directory transfer -
Uses of ScpReceiveDirCommandDetails in org.apache.sshd.scp.common.helpers
Methods in org.apache.sshd.scp.common.helpers that return ScpReceiveDirCommandDetails Modifier and Type Method Description static ScpReceiveDirCommandDetails
ScpReceiveDirCommandDetails. parse(String header)
-