Uses of Class
org.apache.sshd.sftp.client.fs.SftpFileSystem
-
Packages that use SftpFileSystem Package Description org.apache.sshd.sftp.client org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpFileSystem in org.apache.sshd.sftp.client
Methods in org.apache.sshd.sftp.client that return SftpFileSystem Modifier and Type Method Description default SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session)default SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, int version)default SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, int readBufferSize, int writeBufferSize)default SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, int version, int readBufferSize, int writeBufferSize)default SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector)default SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize)SftpFileSystemSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize) -
Uses of SftpFileSystem in org.apache.sshd.sftp.client.fs
Subclasses of SftpFileSystem in org.apache.sshd.sftp.client.fs Modifier and Type Class Description classSftpFileSystemAutomaticAnSftpFileSystemthat uses a provider function for itsClientSessionso that it can continue to function even if a session was closed.Methods in org.apache.sshd.sftp.client.fs that return SftpFileSystem Modifier and Type Method Description default SftpFileSystemSftpFileSystemClientSessionInitializer. createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)Deprecated.since 2.10.1default SftpFileSystemSftpFileSystemClientSessionInitializer. createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, org.apache.sshd.common.util.io.functors.IOFunction<Boolean,ClientSession> sessionProvider, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)method in order to create theSftpFileSystemonce session has been authenticated.SftpFileSystemSftpFileStore. getFileSystem()SftpFileSystemSftpFileSystemProvider. getFileSystem(String id)SftpFileSystemSftpFileSystemProvider. newFileSystem(URI uri, Map<String,?> env)SftpFileSystemSftpFileSystemProvider. newFileSystem(ClientSession session)SftpFileSystemSftpFileSystemProvider. removeFileSystem(String id)Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystem Modifier and Type Method Description booleanSftpFileSystemProvider. isSupportedFileAttributeView(SftpFileSystem fs, Class<? extends FileAttributeView> type)Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystem Constructor Description SftpFileStore(String name, SftpFileSystem fs)SftpPath(SftpFileSystem fileSystem, String root, List<String> names) -
Uses of SftpFileSystem in org.apache.sshd.sftp.client.impl
Methods in org.apache.sshd.sftp.client.impl that return SftpFileSystem Modifier and Type Method Description SftpFileSystemDefaultSftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler, int readBufferSize, int writeBufferSize)Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpFileSystem Constructor Description SftpPathImpl(SftpFileSystem fileSystem, String root, List<String> names)
-