Uses of Class
com.github.robtimus.filesystems.sftp.SFTPPoolConfig
-
-
Uses of SFTPPoolConfig in com.github.robtimus.filesystems.sftp
Methods in com.github.robtimus.filesystems.sftp that return SFTPPoolConfig Modifier and Type Method Description SFTPPoolConfigSFTPPoolConfig.Builder. build()Creates a newSFTPPoolConfigobject based on the settings of this builder.static SFTPPoolConfigSFTPPoolConfig. defaultConfig()Returns a defaultSFTPPoolConfigobject.Methods in com.github.robtimus.filesystems.sftp with parameters of type SFTPPoolConfig Modifier and Type Method Description SFTPEnvironmentSFTPEnvironment. withPoolConfig(SFTPPoolConfig poolConfig)Stores the pool config to use.
-