Uses of Class
org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
-
Packages that use ScpTimestampCommandDetails Package Description org.apache.sshd.scp.client org.apache.sshd.scp.common org.apache.sshd.scp.common.helpers -
-
Uses of ScpTimestampCommandDetails in org.apache.sshd.scp.client
Methods in org.apache.sshd.scp.client that return ScpTimestampCommandDetails Modifier and Type Method Description ScpTimestampCommandDetailsDefaultScpStreamResolver. getTimestamp()Methods in org.apache.sshd.scp.client with parameters of type ScpTimestampCommandDetails Modifier and Type Method Description voidScpRemote2RemoteTransferListener. endDirectDirectoryTransfer(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveDirCommandDetails details, Throwable thrown)Indicates end of direct file transfervoidScpRemote2RemoteTransferListener. endDirectFileTransfer(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveFileCommandDetails details, long xferSize, Throwable thrown)Indicates end of direct file transferprotected voidScpRemote2RemoteTransferHelper. handleDirectoryTransferRequest(String srcPath, InputStream srcIn, OutputStream srcOut, String dstPath, InputStream dstIn, OutputStream dstOut, int depth, ScpTimestampCommandDetails dirTime, String header)protected longScpRemote2RemoteTransferHelper. handleFileTransferRequest(String source, InputStream srcIn, OutputStream srcOut, String destination, InputStream dstIn, OutputStream dstOut, ScpTimestampCommandDetails fileTime, String header)voidScpRemote2RemoteTransferListener. startDirectDirectoryTransfer(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveDirCommandDetails details)Indicates start of direct directory transfervoidScpRemote2RemoteTransferListener. startDirectFileTransfer(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveFileCommandDetails details)Indicates start of direct file transfervoidDefaultScpClient. upload(InputStream local, String remote, long size, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time)default voidScpClient. upload(byte[] data, int offset, int len, String remote, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time)default voidScpClient. upload(byte[] data, String remote, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time)voidScpClient. upload(InputStream local, String remote, long size, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time)Constructors in org.apache.sshd.scp.client with parameters of type ScpTimestampCommandDetails Constructor Description DefaultScpStreamResolver(String name, Path mockPath, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time, long size, InputStream local, String cmd) -
Uses of ScpTimestampCommandDetails in org.apache.sshd.scp.common
Methods in org.apache.sshd.scp.common that return ScpTimestampCommandDetails Modifier and Type Method Description ScpTimestampCommandDetailsScpSourceStreamResolver. getTimestamp()Methods in org.apache.sshd.scp.common with parameters of type ScpTimestampCommandDetails Modifier and Type Method Description voidScpTargetStreamResolver. postProcessReceivedData(String name, boolean preserve, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time)Called after successful reception of the data (and after closing the stream)voidScpReceiveLineHandler. process(Session session, String line, boolean isDir, ScpTimestampCommandDetails time)voidScpHelper. receiveDir(String header, Path local, ScpTimestampCommandDetails time, boolean preserve, int bufferSize)voidScpHelper. receiveFile(String header, Path local, ScpTimestampCommandDetails time, boolean preserve, int bufferSize)voidScpHelper. receiveStream(String header, ScpTargetStreamResolver resolver, ScpTimestampCommandDetails time, boolean preserve, int bufferSize)default PathScpFileOpener. resolveIncomingFilePath(Session session, Path localPath, String name, boolean preserve, Set<PosixFilePermission> permissions, ScpTimestampCommandDetails time)Invoked when receiving a new file to via a directory commandstatic voidScpFileOpener. updateFileProperties(Path file, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time) -
Uses of ScpTimestampCommandDetails in org.apache.sshd.scp.common.helpers
Fields in org.apache.sshd.scp.common.helpers declared as ScpTimestampCommandDetails Modifier and Type Field Description protected ScpTimestampCommandDetailsLocalFileScpSourceStreamResolver. timeMethods in org.apache.sshd.scp.common.helpers that return ScpTimestampCommandDetails Modifier and Type Method Description ScpTimestampCommandDetailsLocalFileScpSourceStreamResolver. getTimestamp()static ScpTimestampCommandDetailsScpTimestampCommandDetails. parse(String line)Methods in org.apache.sshd.scp.common.helpers with parameters of type ScpTimestampCommandDetails Modifier and Type Method Description voidLocalFileScpTargetStreamResolver. postProcessReceivedData(String name, boolean preserve, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time)protected voidLocalFileScpTargetStreamResolver. updateFileProperties(String name, Path path, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time)
-