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