Uses of Interface
org.apache.sshd.server.FileSystemFactory

Packages that use FileSystemFactory
org.apache.sshd Defines the two main classes for the client and server side of SSH protocol support. 
org.apache.sshd.server   
org.apache.sshd.server.filesystem   
 

Uses of FileSystemFactory in org.apache.sshd
 

Fields in org.apache.sshd declared as FileSystemFactory
protected  FileSystemFactory SshServer.fileSystemFactory
           
 

Methods in org.apache.sshd that return FileSystemFactory
 FileSystemFactory SshServer.getFileSystemFactory()
           
 

Methods in org.apache.sshd with parameters of type FileSystemFactory
 void SshServer.setFileSystemFactory(FileSystemFactory fileSystemFactory)
           
 

Uses of FileSystemFactory in org.apache.sshd.server
 

Methods in org.apache.sshd.server that return FileSystemFactory
 FileSystemFactory ServerFactoryManager.getFileSystemFactory()
          Retrieve the FileSystemFactory to be used to traverse the file system.
 

Uses of FileSystemFactory in org.apache.sshd.server.filesystem
 

Classes in org.apache.sshd.server.filesystem that implement FileSystemFactory
 class NativeFileSystemFactory
          Native file system factory.
 



Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.