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 SftpFileSystem
SftpClientFactory. createSftpFileSystem(ClientSession session)
default SftpFileSystem
SftpClientFactory. createSftpFileSystem(ClientSession session, int version)
default SftpFileSystem
SftpClientFactory. createSftpFileSystem(ClientSession session, int readBufferSize, int writeBufferSize)
default SftpFileSystem
SftpClientFactory. createSftpFileSystem(ClientSession session, int version, int readBufferSize, int writeBufferSize)
default SftpFileSystem
SftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector)
default SftpFileSystem
SftpClientFactory. createSftpFileSystem(ClientSession session, SftpVersionSelector selector, int readBufferSize, int writeBufferSize)
SftpFileSystem
SftpClientFactory. 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 class
SftpFileSystemAutomatic
AnSftpFileSystem
that uses a provider function for itsClientSession
so that it can continue to function even if a session was closed.Fields in org.apache.sshd.sftp.client.fs declared as SftpFileSystem Modifier and Type Field Description private SftpFileSystem
SftpFileStore. fs
Fields in org.apache.sshd.sftp.client.fs with type parameters of type SftpFileSystem Modifier and Type Field Description private java.util.NavigableMap<java.lang.String,SftpFileSystem>
SftpFileSystemProvider. fileSystems
Methods in org.apache.sshd.sftp.client.fs that return SftpFileSystem Modifier and Type Method Description default SftpFileSystem
SftpFileSystemClientSessionInitializer. createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
Deprecated.since 2.10.1default SftpFileSystem
SftpFileSystemClientSessionInitializer. createSftpFileSystem(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, IOFunction<java.lang.Boolean,ClientSession> sessionProvider, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)
Invoked by theSftpFileSystemProvider.newFileSystem(java.net.URI, Map)
method in order to create theSftpFileSystem
once session has been authenticated.SftpFileSystem
SftpFileStore. getFileSystem()
SftpFileSystem
SftpFileSystemProvider. getFileSystem(java.lang.String id)
SftpFileSystem
SftpFileSystemProvider. newFileSystem(java.net.URI uri, java.util.Map<java.lang.String,?> env)
SftpFileSystem
SftpFileSystemProvider. newFileSystem(ClientSession session)
SftpFileSystem
SftpFileSystemProvider. removeFileSystem(java.lang.String id)
Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystem Modifier and Type Method Description boolean
SftpFileSystemProvider. isSupportedFileAttributeView(SftpFileSystem fs, java.lang.Class<? extends java.nio.file.attribute.FileAttributeView> type)
Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystem Constructor Description SftpFileStore(java.lang.String name, SftpFileSystem fs)
SftpPath(SftpFileSystem fileSystem, java.lang.String root, java.util.List<java.lang.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 SftpFileSystem
DefaultSftpClientFactory. 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, java.lang.String root, java.util.List<java.lang.String> names)
-