- withAgentForwarding(boolean) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores whether or not agent forwarding should be enabled.
- withAppendedConfig(String, String) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores a configuration option to use.
- withAppendedConfig(String, String, BinaryOperator<String>) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores a configuration option to use.
- withClientVersion(String) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the client version to use.
- withConfig(Properties) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores configuration options to use.
- withConfig(String, String) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores a configuration option to use.
- withConfigRepository(ConfigRepository) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the config repository to use.
- withConnectTimeout(int) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the connection timeout to use.
- withDefaultDirectory(String) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the default directory to use.
- withFilenameEncoding(Charset) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the filename encoding to use.
- withFileSystemExceptionFactory(FileSystemExceptionFactory) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the file system exception factory to use.
- withHostKeyAlias(String) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the host key alias to use.
- withHostKeyRepository(HostKeyRepository) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the host key repository to use.
- withIdentities(Identity...) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores several identity to use.
- withIdentities(Collection<Identity>) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores several identity to use.
- withIdentity(Identity) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores an identity to use.
- withIdentityRepository(IdentityRepository) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the identity repository to use.
- withInitialSize(int) - Method in class com.github.robtimus.filesystems.sftp.SFTPPoolConfig.Builder
-
Sets the initial pool size.
- withKnownHosts(File) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the known hosts file to use.
- withMaxIdleTime(Duration) - Method in class com.github.robtimus.filesystems.sftp.SFTPPoolConfig.Builder
-
Sets the maximum time that client connections can be idle.
- withMaxSize(int) - Method in class com.github.robtimus.filesystems.sftp.SFTPPoolConfig.Builder
-
Sets the maximum pool size.
- withMaxWaitTime(Duration) - Method in class com.github.robtimus.filesystems.sftp.SFTPPoolConfig.Builder
-
Sets the maximum time to wait when acquiring client connections.
- withPassword(char[]) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the password to use.
- withPoolConfig(SFTPPoolConfig) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the pool config to use.
- withProxy(Proxy) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the proxy to use.
- withServerAliveCountMax(int) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the maximum number of server alive messages that can be sent without any reply before disconnecting.
- withServerAliveInterval(int) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the server alive interval to use.
- withSocketFactory(SocketFactory) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the socket factory to use.
- withTimeout(int) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the timeout.
- withUserInfo(UserInfo) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the user info to use.
- withUsername(String) - Method in class com.github.robtimus.filesystems.sftp.SFTPEnvironment
-
Stores the username to use.