Uses of Class
org.apache.sshd.sftp.client.fs.SftpFileSystemProvider
-
Packages that use SftpFileSystemProvider Package Description org.apache.sshd.sftp.client.fs org.apache.sshd.sftp.client.impl -
-
Uses of SftpFileSystemProvider in org.apache.sshd.sftp.client.fs
Methods in org.apache.sshd.sftp.client.fs that return SftpFileSystemProvider Modifier and Type Method Description SftpFileSystemProviderSftpFileSystem. provider()Methods in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystemProvider Modifier and Type Method Description default voidSftpFileSystemClientSessionInitializer. authenticateClientSession(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context, ClientSession session)Invoked by thenewFileSystem(java.net.URI, Map)method in order to authenticate the session obtained fromSftpFileSystemClientSessionInitializer.createClientSession(SftpFileSystemProvider, SftpFileSystemInitializationContext)default ClientSessionSftpFileSystemClientSessionInitializer. createClientSession(SftpFileSystemProvider provider, SftpFileSystemInitializationContext context)Invoked by thenewFileSystem(java.net.URI, Map)method in order to obtain an initial (non-authenticated)ClientSession.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 thenewFileSystem(java.net.URI, Map)method in order to create theSftpFileSystemonce session has been authenticated.Constructors in org.apache.sshd.sftp.client.fs with parameters of type SftpFileSystemProvider Constructor Description SftpAclFileAttributeView(SftpFileSystemProvider provider, Path path, LinkOption... options)SftpFileSystem(SftpFileSystemProvider provider, String id, ClientSession session, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystem(SftpFileSystemProvider provider, String id, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpFileSystemAutomatic(SftpFileSystemProvider provider, String id, org.apache.sshd.common.util.io.functors.IOFunction<Boolean,ClientSession> sessionProvider, SftpClientFactory factory, SftpVersionSelector selector, SftpErrorDataHandler errorDataHandler)SftpPosixFileAttributeView(SftpFileSystemProvider provider, Path path, LinkOption... options) -
Uses of SftpFileSystemProvider in org.apache.sshd.sftp.client.impl
Fields in org.apache.sshd.sftp.client.impl declared as SftpFileSystemProvider Modifier and Type Field Description protected SftpFileSystemProviderAbstractSftpFileAttributeView. providerMethods in org.apache.sshd.sftp.client.impl that return SftpFileSystemProvider Modifier and Type Method Description SftpFileSystemProviderAbstractSftpFileAttributeView. provider()Constructors in org.apache.sshd.sftp.client.impl with parameters of type SftpFileSystemProvider Constructor Description AbstractSftpFileAttributeView(SftpFileSystemProvider provider, Path path, LinkOption... options)
-