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 ScpTimestampCommandDetails
DefaultScpStreamResolver.time
Methods in org.apache.sshd.scp.client that return ScpTimestampCommandDetailsMethods in org.apache.sshd.scp.client with parameters of type ScpTimestampCommandDetailsModifier and TypeMethodDescriptionvoid
ScpRemote2RemoteTransferListener.endDirectDirectoryTransfer
(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveDirCommandDetails details, Throwable thrown) Indicates end of direct file transfervoid
ScpRemote2RemoteTransferListener.endDirectFileTransfer
(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveFileCommandDetails details, long xferSize, Throwable thrown) Indicates end of direct file transferprotected void
ScpRemote2RemoteTransferHelper.handleDirectoryTransferRequest
(String srcPath, InputStream srcIn, OutputStream srcOut, String dstPath, InputStream dstIn, OutputStream dstOut, int depth, ScpTimestampCommandDetails dirTime, String header) protected long
ScpRemote2RemoteTransferHelper.handleFileTransferRequest
(String source, InputStream srcIn, OutputStream srcOut, String destination, InputStream dstIn, OutputStream dstOut, ScpTimestampCommandDetails fileTime, String header) void
ScpRemote2RemoteTransferListener.startDirectDirectoryTransfer
(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveDirCommandDetails details) Indicates start of direct directory transfervoid
ScpRemote2RemoteTransferListener.startDirectFileTransfer
(ClientSession srcSession, String source, ClientSession dstSession, String destination, ScpTimestampCommandDetails timestamp, ScpReceiveFileCommandDetails details) Indicates start of direct file transfervoid
DefaultScpClient.upload
(InputStream local, String remote, long size, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time) default void
ScpClient.upload
(byte[] data, int offset, int len, String remote, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time) default void
ScpClient.upload
(byte[] data, String remote, Collection<PosixFilePermission> perms, ScpTimestampCommandDetails time) void
ScpClient.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 TypeMethodDescriptionvoid
ScpTargetStreamResolver.postProcessReceivedData
(String name, boolean preserve, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time) Called after successful reception of the data (and after closing the stream)void
ScpReceiveLineHandler.process
(Session session, String line, boolean isDir, ScpTimestampCommandDetails time) void
ScpHelper.receiveDir
(String header, Path local, ScpTimestampCommandDetails time, boolean preserve, int bufferSize) void
ScpHelper.receiveFile
(String header, Path local, ScpTimestampCommandDetails time, boolean preserve, int bufferSize) void
ScpHelper.receiveStream
(String header, ScpTargetStreamResolver resolver, ScpTimestampCommandDetails time, boolean preserve, int bufferSize) default Path
ScpFileOpener.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 void
ScpFileOpener.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 ScpTimestampCommandDetails
LocalFileScpSourceStreamResolver.time
Methods in org.apache.sshd.scp.common.helpers that return ScpTimestampCommandDetailsModifier and TypeMethodDescriptionLocalFileScpSourceStreamResolver.getTimestamp()
static ScpTimestampCommandDetails
Methods in org.apache.sshd.scp.common.helpers with parameters of type ScpTimestampCommandDetailsModifier and TypeMethodDescriptionvoid
LocalFileScpTargetStreamResolver.postProcessReceivedData
(String name, boolean preserve, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time) protected void
LocalFileScpTargetStreamResolver.updateFileProperties
(String name, Path path, Set<PosixFilePermission> perms, ScpTimestampCommandDetails time)