| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Field and Description |
|---|---|
protected FileSystemFactory |
SshServer.fileSystemFactory |
| Modifier and Type | Method and Description |
|---|---|
FileSystemFactory |
SshServer.getFileSystemFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
SshServer.setFileSystemFactory(FileSystemFactory fileSystemFactory) |
| Modifier and Type | Method and Description |
|---|---|
FileSystemFactory |
ServerFactoryManager.getFileSystemFactory()
Retrieve the
FileSystemFactory to be used to traverse the file system. |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeFileSystemFactory
Native file system factory.
|
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.