Package | Description |
---|---|
cn.orionsec.kit.net.ftp.client | |
cn.orionsec.kit.net.ftp.client.instance | |
cn.orionsec.kit.net.ftp.client.pool |
Modifier and Type | Method and Description |
---|---|
static FtpClientPool |
Ftps.createClientPool(FtpConfig ftpConfig)
创建 FTP 连接池
|
static FtpClientPool |
Ftps.createClientPool(FtpConfig ftpConfig,
int size)
创建 FTP 连接池
|
Modifier and Type | Field and Description |
---|---|
protected FtpClientPool |
BaseFtpInstance.pool
FTP 连接池
|
Modifier and Type | Method and Description |
---|---|
FtpClientPool |
IFtpInstance.getPool()
获取连接池
|
FtpClientPool |
BaseFtpInstance.getPool() |
Constructor and Description |
---|
BaseFtpInstance(FtpClientPool pool) |
FtpInstance(FtpClientPool pool) |
Modifier and Type | Method and Description |
---|---|
FtpClientPool |
FtpClientPool.keepAliveListener()
监听 keepAlive 的连接是否超时
|
FtpClientPool |
FtpClientPool.noAvailableThenCreate(boolean noAvailableThenCreate)
如果池中连接不足是否创建而不是阻塞后报错
|
FtpClientPool |
FtpClientPool.timeout(int timeout)
入栈超时 ms
|
Constructor and Description |
---|
FtpClientKeepAlive(FtpClientPool pool) |
Copyright © 2024. All rights reserved.