Package | Description |
---|---|
org.apache.sshd |
Defines the two main classes for the client and server side of SSH protocol support.
|
org.apache.sshd.common | |
org.apache.sshd.common.file.nativefs | |
org.apache.sshd.common.file.virtualfs |
Modifier and Type | Field and Description |
---|---|
protected FileSystemFactory |
SshBuilder.BaseBuilder.fileSystemFactory |
Modifier and Type | Method and Description |
---|---|
S |
SshBuilder.BaseBuilder.fileSystemFactory(FileSystemFactory fileSystemFactory) |
Modifier and Type | Field and Description |
---|---|
protected FileSystemFactory |
AbstractFactoryManager.fileSystemFactory |
Modifier and Type | Method and Description |
---|---|
FileSystemFactory |
FactoryManager.getFileSystemFactory()
Retrieve the
FileSystemFactory to be used to traverse the file system. |
FileSystemFactory |
AbstractFactoryManager.getFileSystemFactory() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setFileSystemFactory(FileSystemFactory fileSystemFactory) |
Modifier and Type | Class and Description |
---|---|
class |
NativeFileSystemFactory
Native file system factory.
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualFileSystemFactory
SSHd file system factory to reduce the visibility to a physical folder.
|
Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.