See: Description
Interface | Description |
---|---|
FileSystemExceptionFactory |
A factory for creating
FileSystemException s based on replies from an SFTP server. |
Class | Description |
---|---|
DefaultFileSystemExceptionFactory |
A default
FileSystemExceptionFactory that will return a NoSuchFileException if the id of the
SftpException is ChannelSftp.SSH_FX_NO_SUCH_FILE , an AccessDeniedException if it's
ChannelSftp.SSH_FX_PERMISSION_DENIED , or a FileSystemException otherwise, unless specified otherwise. |
Identity |
A combination of a private and public key.
|
SFTPEnvironment |
A utility class to set up environments that can be used in the
FileSystemProvider.newFileSystem(URI, Map) and
FileSystemProvider.newFileSystem(Path, Map) methods of SFTPFileSystemProvider . |
SFTPFileSystemProvider |
A provider for SFTP file systems.
|
SFTPPoolConfig |
Configuration for the client connection pools of SFTP file systems.
|
SFTPPoolConfig.Builder |
A builder for
SFTPPoolConfig objects. |
SimpleUserInfo |
A simple
UserInfo implementation that always returns the same passphrase and password. |
Annotation Type | Description |
---|---|
SFTPEnvironment.QueryParam |
Indicates which query parameters can be used to define environment values.
|
SFTPEnvironment.QueryParams |
A container for
SFTPEnvironment.QueryParam annotations. |
Copyright © 2016–2023. All rights reserved.