Uses of Interface
org.apache.sshd.client.subsystem.sftp.RawSftpClient
-
-
Uses of RawSftpClient in org.apache.sshd.client.subsystem.sftp.extensions
Methods in org.apache.sshd.client.subsystem.sftp.extensions with parameters of type RawSftpClient Modifier and Type Method Description default SftpClientExtension
SftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw)
SftpClientExtension
SftpClientExtensionFactory. create(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions, Map<String,?> parsed)
-
Uses of RawSftpClient in org.apache.sshd.client.subsystem.sftp.extensions.helpers
Classes in org.apache.sshd.client.subsystem.sftp.extensions.helpers that implement RawSftpClient Modifier and Type Class Description class
AbstractCheckFileExtension
class
AbstractMD5HashExtension
class
AbstractSftpClientExtension
class
CheckFileHandleExtensionImpl
Implements "check-file-handle" extensionclass
CheckFileNameExtensionImpl
Implements "check-file-name" extensionclass
CopyDataExtensionImpl
Implements the "copy-data" extensionclass
CopyFileExtensionImpl
Implements the "copy-file" extensionclass
MD5FileExtensionImpl
Implements "md5-hash" extensionclass
MD5HandleExtensionImpl
Implements "md5-hash-handle" extensionclass
SpaceAvailableExtensionImpl
Implements "space-available" extension -
Uses of RawSftpClient in org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers
Classes in org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers that implement RawSftpClient Modifier and Type Class Description class
AbstractOpenSSHStatCommandExtension
class
OpenSSHFsyncExtensionImpl
class
OpenSSHStatHandleExtensionImpl
class
OpenSSHStatPathExtensionImpl
Constructors in org.apache.sshd.client.subsystem.sftp.extensions.openssh.helpers with parameters of type RawSftpClient Constructor Description AbstractOpenSSHStatCommandExtension(String name, SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
OpenSSHFsyncExtensionImpl(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
OpenSSHStatHandleExtensionImpl(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
OpenSSHStatPathExtensionImpl(SftpClient client, RawSftpClient raw, Map<String,byte[]> extensions)
-
Uses of RawSftpClient in org.apache.sshd.client.subsystem.sftp.impl
Classes in org.apache.sshd.client.subsystem.sftp.impl that implement RawSftpClient Modifier and Type Class Description class
AbstractSftpClient
class
DefaultSftpClient
-