Uses of Class
com.github.robtimus.filesystems.ftp.FTPPoolConfig
-
-
Uses of FTPPoolConfig in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp that return FTPPoolConfig Modifier and Type Method Description FTPPoolConfig
FTPPoolConfig.Builder. build()
Creates a newFTPPoolConfig
object based on the settings of this builder.static FTPPoolConfig
FTPPoolConfig. defaultConfig()
Returns a defaultFTPPoolConfig
object.Methods in com.github.robtimus.filesystems.ftp with parameters of type FTPPoolConfig Modifier and Type Method Description FTPEnvironment
FTPEnvironment. withPoolConfig(FTPPoolConfig poolConfig)
Stores the pool config to use.FTPSEnvironment
FTPSEnvironment. withPoolConfig(FTPPoolConfig poolConfig)
Stores the pool config to use.
-