Uses of Class
com.github.robtimus.filesystems.ftp.FTPPoolConfig.Builder
-
-
Uses of FTPPoolConfig.Builder in com.github.robtimus.filesystems.ftp
Methods in com.github.robtimus.filesystems.ftp that return FTPPoolConfig.Builder Modifier and Type Method Description static FTPPoolConfig.Builder
FTPPoolConfig. custom()
Returns a new builder for creatingFTPPoolConfig
objects.FTPPoolConfig.Builder
FTPPoolConfig.Builder. withInitialSize(int initialSize)
Sets the initial pool size.FTPPoolConfig.Builder
FTPPoolConfig.Builder. withMaxIdleTime(Duration maxIdleTime)
Sets the maximum time that client connections can be idle.FTPPoolConfig.Builder
FTPPoolConfig.Builder. withMaxSize(int maxSize)
Sets the maximum pool size.FTPPoolConfig.Builder
FTPPoolConfig.Builder. withMaxWaitTime(Duration maxWaitTime)
Sets the maximum time to wait when acquiring client connections.
-