跳过导航链接
B D E F G I P R S T U V W 

B

borrowObject() - 类 中的方法top.lshaci.framework.fastdfs.config.TrackerServerPool
Borrow tracker server from pool

D

DEFAULT_CONFIG - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
FastDFS default config name
DEFAULT_MAX_FILE_SIZE - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
The default upload file max size(1MB)
DEFAULT_MAX_STORAGE_CONNECTION - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
The default max storage connection - 8
DEFAULT_MIN_STORAGE_CONNECTION - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
The default min storage connection - 2
deleteFile(String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Delete file from fastdfs by file path
DOT - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
The dot(.)
download(String, HttpServletResponse) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Download file
download(String, String, HttpServletResponse) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Download file

E

ErrorCode - top.lshaci.framework.fastdfs.enums中的枚举
The upload file error message

F

FAST_DFS_PREFIX - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
FastDFS config properties prefix
FastDFSClient - top.lshaci.framework.fastdfs.util中的类
FastDfs客户端工具
FastDFSClientConfig - top.lshaci.framework.fastdfs.config中的类
Fast dfs client config
FastDFSClientConfig() - 类 的构造器top.lshaci.framework.fastdfs.config.FastDFSClientConfig
 
FastDFSConstant - top.lshaci.framework.fastdfs.constant中的接口
FastDFS constant
1.0.2: 修改配置属性前缀
FastDFSException - top.lshaci.framework.fastdfs.exception中的异常错误
FastDFSException
FastDFSException() - 异常错误 的构造器top.lshaci.framework.fastdfs.exception.FastDFSException
 
FastDFSException(ErrorCode) - 异常错误 的构造器top.lshaci.framework.fastdfs.exception.FastDFSException
 
FastDFSException(String) - 异常错误 的构造器top.lshaci.framework.fastdfs.exception.FastDFSException
 
FastDFSException(Throwable) - 异常错误 的构造器top.lshaci.framework.fastdfs.exception.FastDFSException
 
FastDFSException(String, Throwable) - 异常错误 的构造器top.lshaci.framework.fastdfs.exception.FastDFSException
 
FastDFSException(String, Throwable, boolean, boolean) - 异常错误 的构造器top.lshaci.framework.fastdfs.exception.FastDFSException
 
FastDFSProperties - top.lshaci.framework.fastdfs.properties中的类
FastDFSProperties
FastDFSProperties() - 类 的构造器top.lshaci.framework.fastdfs.properties.FastDFSProperties
 
FILE_DESCRIPTION_FILE_NAME - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
The file description - file name
FileSuffixContentType - top.lshaci.framework.fastdfs.enums中的枚举
The correspondence between filename suffix and content type

G

getContentType(String) - 枚举 中的静态方法top.lshaci.framework.fastdfs.enums.FileSuffixContentType
Get content type by file suffix
getFileDescriptions(String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Get the file descriptions from fastdfs
getFileInfo(String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
获取文件信息
getReverseProxyAddress() - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Get the file server address
getToken(String, String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Get token to access the server and concatenate it after the address

I

info() - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
The client information
init() - 类 中的方法top.lshaci.framework.fastdfs.config.TrackerServerPool
Init tracker server pool

P

pool - 类 中的静态变量top.lshaci.framework.fastdfs.util.FastDFSClient
FastDfs服务器连接池

R

returnObject(TrackerServer) - 类 中的方法top.lshaci.framework.fastdfs.config.TrackerServerPool
Return tracker server to pool

S

SEPARATOR - 接口 中的静态变量top.lshaci.framework.fastdfs.constant.FastDFSConstant
The file separator
setMaxFileSize(String) - 类 中的方法top.lshaci.framework.fastdfs.properties.FastDFSProperties
The upload max file size.
setTrackerServerPool(TrackerServerPool) - 类 中的方法top.lshaci.framework.fastdfs.config.FastDFSClientConfig
Set fast dfs client information

T

top.lshaci.framework.fastdfs.config - 程序包 top.lshaci.framework.fastdfs.config
 
top.lshaci.framework.fastdfs.constant - 程序包 top.lshaci.framework.fastdfs.constant
 
top.lshaci.framework.fastdfs.enums - 程序包 top.lshaci.framework.fastdfs.enums
 
top.lshaci.framework.fastdfs.exception - 程序包 top.lshaci.framework.fastdfs.exception
 
top.lshaci.framework.fastdfs.properties - 程序包 top.lshaci.framework.fastdfs.properties
 
top.lshaci.framework.fastdfs.util - 程序包 top.lshaci.framework.fastdfs.util
 
trackerServerPool() - 类 中的方法top.lshaci.framework.fastdfs.config.FastDFSClientConfig
创建FastDfs Tracker Server连接池
TrackerServerPool - top.lshaci.framework.fastdfs.config中的类
Tracker server pool
TrackerServerPool() - 类 的构造器top.lshaci.framework.fastdfs.config.TrackerServerPool
 

U

upload(InputStream) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload
upload(InputStream, String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload
upload(InputStream, String, Map<String, String>) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload
uploadWithBase64(String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload with base64 string
uploadWithBase64(String, String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload with base64 string
uploadWithBase64(String, String, Map<String, String>) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload with base64 string
uploadWithFilepath(String) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload with file path
uploadWithFilepath(String, Map<String, String>) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload with file path
uploadWithMultipart(MultipartFile) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload with MultipartFile
uploadWithMultipart(MultipartFile, Map<String, String>) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Upload with MultipartFile

V

valueOf(String) - 枚举 中的静态方法top.lshaci.framework.fastdfs.enums.ErrorCode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法top.lshaci.framework.fastdfs.enums.FileSuffixContentType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法top.lshaci.framework.fastdfs.enums.ErrorCode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法top.lshaci.framework.fastdfs.enums.FileSuffixContentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

write(String, OutputStream) - 类 中的静态方法top.lshaci.framework.fastdfs.util.FastDFSClient
Write file
B D E F G I P R S T U V W 
跳过导航链接

Copyright © 2019. All rights reserved.