Modifier and Type | Method and Description |
---|---|
static SFTPPoolConfig.Builder |
SFTPPoolConfig.custom()
Returns a new builder for creating
SFTPPoolConfig objects. |
SFTPPoolConfig.Builder |
SFTPPoolConfig.Builder.withInitialSize(int initialSize)
Sets the initial pool size.
|
SFTPPoolConfig.Builder |
SFTPPoolConfig.Builder.withMaxIdleTime(Duration maxIdleTime)
Sets the maximum time that client connections can be idle.
|
SFTPPoolConfig.Builder |
SFTPPoolConfig.Builder.withMaxSize(int maxSize)
Sets the maximum pool size.
|
SFTPPoolConfig.Builder |
SFTPPoolConfig.Builder.withMaxWaitTime(Duration maxWaitTime)
Sets the maximum time to wait when acquiring client connections.
|
Copyright © 2016–2023. All rights reserved.