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 FTPPoolConfigFTPPoolConfig.Builder. build()Creates a newFTPPoolConfigobject based on the settings of this builder.static FTPPoolConfigFTPPoolConfig. defaultConfig()Returns a defaultFTPPoolConfigobject.Methods in com.github.robtimus.filesystems.ftp with parameters of type FTPPoolConfig Modifier and Type Method Description FTPEnvironmentFTPEnvironment. withPoolConfig(FTPPoolConfig poolConfig)Stores the pool config to use.FTPSEnvironmentFTPSEnvironment. withPoolConfig(FTPPoolConfig poolConfig)Stores the pool config to use.
-