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 TypeInterfaceDescriptioninterfaceProvides 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 SftpClientExtensionSftpClientExtensionFactory.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 TypeClassDescriptionclassclassclassclassImplements "check-file-handle" extensionclassImplements "check-file-name" extensionclassImplements the "copy-data" extensionclassImplements the "copy-file" extensionclassImplements "filename-translation-control" extension commandclassImplements "md5-hash" extensionclassImplements "md5-hash-handle" extensionclassImplements "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 RawSftpClientModifierConstructorDescriptionprotectedAbstractCheckFileExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protectedAbstractMD5HashExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protectedAbstractSftpClientExtension(String name, SftpClient client, RawSftpClient raw, boolean supported) protectedAbstractSftpClientExtension(String name, SftpClient client, RawSftpClient raw, Collection<String> extras) protectedAbstractSftpClientExtension(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 TypeClassDescriptionclassclassclassclassclassclassConstructors in org.apache.sshd.sftp.client.extensions.openssh.helpers with parameters of type RawSftpClientModifierConstructorDescriptionprotectedAbstractOpenSSHStatCommandExtension(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