Uses of Class
org.apache.sshd.scp.common.helpers.ScpTimestampCommandDetails
Packages that use ScpTimestampCommandDetails
Package
Description
-
Uses of ScpTimestampCommandDetails in org.apache.sshd.scp.client
Fields in org.apache.sshd.scp.client declared as ScpTimestampCommandDetailsModifier and TypeFieldDescriptionprivate final ScpTimestampCommandDetailsDefaultScpStreamResolver.timeMethods in org.apache.sshd.scp.client that return ScpTimestampCommandDetailsMethods in org.apache.sshd.scp.client with parameters of type ScpTimestampCommandDetailsModifier and TypeMethodDescriptionvoidScpRemote2RemoteTransferListener.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 ScpTimestampCommandDetailsModifierConstructorDescriptionDefaultScpStreamResolver(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 ScpTimestampCommandDetailsMethods in org.apache.sshd.scp.common with parameters of type ScpTimestampCommandDetailsModifier and TypeMethodDescriptionvoidScpTargetStreamResolver.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 ScpTimestampCommandDetailsModifier and TypeFieldDescriptionprotected final ScpTimestampCommandDetailsLocalFileScpSourceStreamResolver.timeMethods in org.apache.sshd.scp.common.helpers that return ScpTimestampCommandDetailsModifier and TypeMethodDescriptionLocalFileScpSourceStreamResolver.getTimestamp()static ScpTimestampCommandDetailsMethods in org.apache.sshd.scp.common.helpers with parameters of type ScpTimestampCommandDetailsModifier and TypeMethodDescriptionvoidLocalFileScpTargetStreamResolver.postProcessReceivedData(String name, boolean preserve, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time) protected voidLocalFileScpTargetStreamResolver.updateFileProperties(String name, Path path, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time)