Uses of Interface
org.apache.sshd.sftp.client.RawSftpClient
Packages that use RawSftpClient
Package
Description
-
Uses of RawSftpClient in org.apache.sshd.sftp.client
Subinterfaces of RawSftpClient in org.apache.sshd.sftp.clientModifier and TypeInterfaceDescriptioninterface
Provides both structured and raw SFTP access -
Uses of RawSftpClient in org.apache.sshd.sftp.client.extensions
Methods in org.apache.sshd.sftp.client.extensions with parameters of type RawSftpClientModifier and TypeMethodDescriptiondefault SftpClientExtension
SftpClientExtensionFactory.create
(SftpClient client, RawSftpClient raw) SftpClientExtensionFactory.create
(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions, Map<String, ?> parsed) -
Uses of RawSftpClient in org.apache.sshd.sftp.client.extensions.helpers
Classes in org.apache.sshd.sftp.client.extensions.helpers that implement RawSftpClientModifier and TypeClassDescriptionclass
class
class
class
Implements "check-file-handle" extensionclass
Implements "check-file-name" extensionclass
Implements the "copy-data" extensionclass
Implements the "copy-file" extensionclass
Implements "filename-translation-control" extension commandclass
Implements "md5-hash" extensionclass
Implements "md5-hash-handle" extensionclass
Implements "space-available" extensionFields in org.apache.sshd.sftp.client.extensions.helpers declared as RawSftpClientConstructors in org.apache.sshd.sftp.client.extensions.helpers with parameters of type RawSftpClientModifierConstructorDescriptionprotected
AbstractCheckFileExtension
(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protected
AbstractMD5HashExtension
(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protected
AbstractSftpClientExtension
(String name, SftpClient client, RawSftpClient raw, boolean supported) protected
AbstractSftpClientExtension
(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protected
AbstractSftpClientExtension
(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) CheckFileHandleExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extras) CheckFileNameExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extras) CopyDataExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) CopyFileExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) FilenameTranslationControlExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extras) FilenameTranslationControlExtensionImpl
(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) MD5FileExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) MD5HandleExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) SpaceAvailableExtensionImpl
(SftpClient client, RawSftpClient raw, Collection<String> extra) -
Uses of RawSftpClient in org.apache.sshd.sftp.client.extensions.openssh.helpers
Classes in org.apache.sshd.sftp.client.extensions.openssh.helpers that implement RawSftpClientModifier and TypeClassDescriptionclass
class
class
class
class
class
Constructors in org.apache.sshd.sftp.client.extensions.openssh.helpers with parameters of type RawSftpClientModifierConstructorDescriptionprotected
AbstractOpenSSHStatCommandExtension
(String name, SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHFsyncExtensionImpl
(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHLimitsExtensionImpl
(SftpClient client, RawSftpClient raw, Map<String, byte[]> extensions) OpenSSHPosixRenameExtensionImpl
(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.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement RawSftpClient -
Uses of RawSftpClient in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement RawSftpClient