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.BuilderFTPPoolConfig. custom()Returns a new builder for creatingFTPPoolConfigobjects.FTPPoolConfig.BuilderFTPPoolConfig.Builder. withInitialSize(int initialSize)Sets the initial pool size.FTPPoolConfig.BuilderFTPPoolConfig.Builder. withMaxIdleTime(Duration maxIdleTime)Sets the maximum time that client connections can be idle.FTPPoolConfig.BuilderFTPPoolConfig.Builder. withMaxSize(int maxSize)Sets the maximum pool size.FTPPoolConfig.BuilderFTPPoolConfig.Builder. withMaxWaitTime(Duration maxWaitTime)Sets the maximum time to wait when acquiring client connections.
-