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
Fields in org.apache.sshd.client.scp declared as ScpTimestamp Modifier and Type Field Description private ScpTimestampDefaultScpStreamResolver. timeMethods in org.apache.sshd.client.scp that return ScpTimestamp Modifier and Type Method Description ScpTimestampDefaultScpStreamResolver. getTimestamp()Methods in org.apache.sshd.client.scp with parameters of type ScpTimestamp Modifier and Type Method Description voidDefaultScpClient. upload(java.io.InputStream local, java.lang.String remote, long size, java.util.Collection<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time)default voidScpClient. upload(byte[] data, int offset, int len, java.lang.String remote, java.util.Collection<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time)default voidScpClient. upload(byte[] data, java.lang.String remote, java.util.Collection<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time)voidScpClient. upload(java.io.InputStream local, java.lang.String remote, long size, java.util.Collection<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time)Constructors in org.apache.sshd.client.scp with parameters of type ScpTimestamp Constructor Description DefaultScpStreamResolver(java.lang.String name, java.nio.file.Path mockPath, java.util.Collection<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time, long size, java.io.InputStream local, java.lang.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 ScpTimestampScpSourceStreamResolver. getTimestamp()static ScpTimestampScpTimestamp. parseTime(java.lang.String line)Methods in org.apache.sshd.common.scp with parameters of type ScpTimestamp Modifier and Type Method Description voidScpTargetStreamResolver. postProcessReceivedData(java.lang.String name, boolean preserve, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time)Called after successful reception of the data (and after closing the stream)voidScpReceiveLineHandler. process(Session session, java.lang.String line, boolean isDir, ScpTimestamp time)voidScpHelper. receiveDir(java.lang.String header, java.nio.file.Path local, ScpTimestamp time, boolean preserve, int bufferSize)voidScpHelper. receiveFile(java.lang.String header, java.nio.file.Path local, ScpTimestamp time, boolean preserve, int bufferSize)voidScpHelper. receiveStream(java.lang.String header, ScpTargetStreamResolver resolver, ScpTimestamp time, boolean preserve, int bufferSize)default java.nio.file.PathScpFileOpener. resolveIncomingFilePath(Session session, java.nio.file.Path localPath, java.lang.String name, boolean preserve, java.util.Set<java.nio.file.attribute.PosixFilePermission> permissions, ScpTimestamp time)Invoked when receiving a new file to via a directory commandstatic voidScpFileOpener. updateFileProperties(java.nio.file.Path file, java.util.Set<java.nio.file.attribute.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 ScpTimestampLocalFileScpSourceStreamResolver. timeMethods in org.apache.sshd.common.scp.helpers that return ScpTimestamp Modifier and Type Method Description ScpTimestampLocalFileScpSourceStreamResolver. getTimestamp()Methods in org.apache.sshd.common.scp.helpers with parameters of type ScpTimestamp Modifier and Type Method Description voidLocalFileScpTargetStreamResolver. postProcessReceivedData(java.lang.String name, boolean preserve, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time)protected voidLocalFileScpTargetStreamResolver. updateFileProperties(java.lang.String name, java.nio.file.Path path, java.util.Set<java.nio.file.attribute.PosixFilePermission> perms, ScpTimestamp time)
-