Uses of Class
org.apache.sshd.common.scp.ScpTimestamp
-
Packages that use ScpTimestamp Package Description org.apache.sshd.client.scp org.apache.sshd.common.scp org.apache.sshd.common.scp.helpers -
-
Uses of ScpTimestamp in org.apache.sshd.client.scp
Methods in org.apache.sshd.client.scp that return ScpTimestamp Modifier and Type Method Description ScpTimestamp
DefaultScpStreamResolver. getTimestamp()
Methods in org.apache.sshd.client.scp with parameters of type ScpTimestamp Modifier and Type Method Description void
DefaultScpClient. upload(InputStream local, String remote, long size, Collection<PosixFilePermission> perms, ScpTimestamp time)
default void
ScpClient. upload(byte[] data, int offset, int len, String remote, Collection<PosixFilePermission> perms, ScpTimestamp time)
default void
ScpClient. upload(byte[] data, String remote, Collection<PosixFilePermission> perms, ScpTimestamp time)
void
ScpClient. upload(InputStream local, String remote, long size, Collection<PosixFilePermission> perms, ScpTimestamp time)
Constructors in org.apache.sshd.client.scp with parameters of type ScpTimestamp Constructor Description DefaultScpStreamResolver(String name, Path mockPath, Collection<PosixFilePermission> perms, ScpTimestamp time, long size, InputStream local, String cmd)
-
Uses of ScpTimestamp in org.apache.sshd.common.scp
Methods in org.apache.sshd.common.scp that return ScpTimestamp Modifier and Type Method Description ScpTimestamp
ScpSourceStreamResolver. getTimestamp()
static ScpTimestamp
ScpTimestamp. parseTime(String line)
Methods in org.apache.sshd.common.scp with parameters of type ScpTimestamp Modifier and Type Method Description void
ScpTargetStreamResolver. postProcessReceivedData(String name, boolean preserve, Set<PosixFilePermission> perms, ScpTimestamp time)
Called after successful reception of the data (and after closing the stream)void
ScpReceiveLineHandler. process(Session session, String line, boolean isDir, ScpTimestamp time)
void
ScpHelper. receiveDir(String header, Path local, ScpTimestamp time, boolean preserve, int bufferSize)
void
ScpHelper. receiveFile(String header, Path local, ScpTimestamp time, boolean preserve, int bufferSize)
void
ScpHelper. receiveStream(String header, ScpTargetStreamResolver resolver, ScpTimestamp time, boolean preserve, int bufferSize)
default Path
ScpFileOpener. resolveIncomingFilePath(Session session, Path localPath, String name, boolean preserve, Set<PosixFilePermission> permissions, ScpTimestamp time)
Invoked when receiving a new file to via a directory commandstatic void
ScpFileOpener. updateFileProperties(Path file, Set<PosixFilePermission> perms, ScpTimestamp time)
-
Uses of ScpTimestamp in org.apache.sshd.common.scp.helpers
Fields in org.apache.sshd.common.scp.helpers declared as ScpTimestamp Modifier and Type Field Description protected ScpTimestamp
LocalFileScpSourceStreamResolver. time
Methods in org.apache.sshd.common.scp.helpers that return ScpTimestamp Modifier and Type Method Description ScpTimestamp
LocalFileScpSourceStreamResolver. getTimestamp()
Methods in org.apache.sshd.common.scp.helpers with parameters of type ScpTimestamp Modifier and Type Method Description void
LocalFileScpTargetStreamResolver. postProcessReceivedData(String name, boolean preserve, Set<PosixFilePermission> perms, ScpTimestamp time)
protected void
LocalFileScpTargetStreamResolver. updateFileProperties(String name, Path path, Set<PosixFilePermission> perms, ScpTimestamp time)
-