跳过导航链接
A C D E F G H I M P R S U V 

A

activateObject(PooledObject<FTPClient>) - 类 中的方法com.github.wzc789376152.file.FtpClientFactory
 

C

changeWorkDir(String) - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 
com.github.wzc789376152.file - 程序包 com.github.wzc789376152.file
 
com.github.wzc789376152.file.manager - 程序包 com.github.wzc789376152.file.manager
 

D

delete(String) - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 
destroy() - 类 中的方法com.github.wzc789376152.file.FtpPool
销毁池子
destroyObject(PooledObject<FTPClient>) - 类 中的方法com.github.wzc789376152.file.FtpClientFactory
 
download(String, OutputStream) - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 

E

encoding - 类 中的变量com.github.wzc789376152.file.FtpProperties
编码格式

F

FtpClientFactory - com.github.wzc789376152.file中的类
 
FtpClientFactory(FtpProperties) - 类 的构造器com.github.wzc789376152.file.FtpClientFactory
 
FtpFileManagerAbstract - com.github.wzc789376152.file.manager中的类
 
FtpFileManagerAbstract() - 类 的构造器com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 
FtpPool - com.github.wzc789376152.file中的类
fileName:ftpPool description:FTP连接池 1.可以获取池中空闲链接 2.可以将链接归还到池中 3.当池中空闲链接不足时,可以创建链接
FtpPool(FtpClientFactory) - 类 的构造器com.github.wzc789376152.file.FtpPool
初始化连接池
FtpProperties - com.github.wzc789376152.file中的类
 
FtpProperties() - 类 的构造器com.github.wzc789376152.file.FtpProperties
 
ftpProperties - 类 中的变量com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 
ftpProperties() - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 

G

getAllFilesName() - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 
getEncoding() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getFactory() - 类 中的方法com.github.wzc789376152.file.FtpPool
 
getFTPClient() - 类 中的方法com.github.wzc789376152.file.FtpPool
从连接池中取连接
getHost() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getMaxIdle() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getMaxTotal() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getMaxWaitMillis() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getMinIdel() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getPassword() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getPort() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
getProperties() - 类 中的方法com.github.wzc789376152.file.FtpClientFactory
 
getUsername() - 类 中的方法com.github.wzc789376152.file.FtpProperties
 

H

host - 类 中的变量com.github.wzc789376152.file.FtpProperties
ftp服务器路径

I

init(FileProperties) - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 

M

makeObject() - 类 中的方法com.github.wzc789376152.file.FtpClientFactory
 
maxIdle - 类 中的变量com.github.wzc789376152.file.FtpProperties
最大空闲连接
maxTotal - 类 中的变量com.github.wzc789376152.file.FtpProperties
最大连接数
maxWaitMillis - 类 中的变量com.github.wzc789376152.file.FtpProperties
请求连接最大等待时间(毫秒)
minIdel - 类 中的变量com.github.wzc789376152.file.FtpProperties
最小空闲连接

P

passivateObject(PooledObject<FTPClient>) - 类 中的方法com.github.wzc789376152.file.FtpClientFactory
 
password - 类 中的变量com.github.wzc789376152.file.FtpProperties
ftp密码
port - 类 中的变量com.github.wzc789376152.file.FtpProperties
ftp服务器端口
properties - 类 中的变量com.github.wzc789376152.file.FtpClientFactory
 

R

returnFTPClient(FTPClient) - 类 中的方法com.github.wzc789376152.file.FtpPool
将链接归还到连接池

S

setEncoding(String) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setFtpProperties(FtpProperties) - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 
setHost(String) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setMaxIdle(int) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setMaxTotal(int) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setMaxWaitMillis(int) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setMinIdel(int) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setPassword(String) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setPort(int) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 
setUsername(String) - 类 中的方法com.github.wzc789376152.file.FtpProperties
 

U

upload(String, InputStream) - 类 中的方法com.github.wzc789376152.file.manager.FtpFileManagerAbstract
 
username - 类 中的变量com.github.wzc789376152.file.FtpProperties
ftp用户名

V

validateObject(PooledObject<FTPClient>) - 类 中的方法com.github.wzc789376152.file.FtpClientFactory
 
A C D E F G H I M P R S U V 
跳过导航链接

Copyright © 2023. All Rights Reserved.