跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

accept(String, Object) - 接口 中的方法com.qiniu.util.StringMap.Consumer
 
accessKey - 类 中的变量com.qiniu.util.Auth
 
AclType - com.qiniu.storage.model中的枚举
空间类型:公开空间、私有空间
ActivityRecords - com.qiniu.streaming.model中的类
Created by bailong on 16/9/22.
ActivityRecords() - 类 的构造器com.qiniu.streaming.model.ActivityRecords
 
ActivityRecords.Item - com.qiniu.streaming.model中的类
 
addChangeStatusOps(String, int, String...) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加changeStatus指令
addChangeTypeOps(String, StorageType, String...) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加changeType指令
addChgmOp(String, String, String) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加chgm指令
addCopyOp(String, String, String, String) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加copy指令
addDeleteAfterDaysOps(String, int, String...) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加deleteAfterDays指令
addDeleteOp(String, String...) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加delete指令
addMoveOp(String, String, String, String) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加move指令
addRenameOp(String, String, String) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加重命名指令
address - 类 中的变量com.qiniu.http.Response
服务器IP
addStatOps(String, String...) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
添加stat指令
apiHost(String, String) - 类 中的方法com.qiniu.storage.Configuration
 
apiHost() - 类 中的方法com.qiniu.storage.Configuration
 
apiHttp(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
apiHttps(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
AsyncCallback - com.qiniu.http中的接口
请求处理完成的异步回调接口
asyncMultipartPost(String, StringMap, String, String, byte[], String, StringMap, AsyncCallback) - 类 中的方法com.qiniu.http.Client
 
asyncMultipartPost(String, StringMap, String, String, File, String, StringMap, AsyncCallback) - 类 中的方法com.qiniu.http.Client
 
asyncPost(String, byte[], int, int, StringMap, String, AsyncCallback) - 类 中的方法com.qiniu.http.Client
 
asyncPut(byte[], String, String, StringMap, String, boolean, UpCompletionHandler) - 类 中的方法com.qiniu.storage.UploadManager
异步上传数据
asyncSend(Request.Builder, StringMap, AsyncCallback) - 类 中的方法com.qiniu.http.Client
 
asyncUpload(UpCompletionHandler) - 类 中的方法com.qiniu.storage.FormUploader
异步上传文件
asynFetch(String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
异步第三方资源抓取 从指定 URL 抓取资源,并将该资源存储到指定空间中。
asynFetch(String, String, String, String, String, String, String, String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
异步第三方资源抓取 从指定 URL 抓取资源,并将该资源存储到指定空间中。
attribute(String) - 类 中的方法com.qiniu.streaming.StreamingManager
获取流对象的相关信息
audio - 类 中的变量com.qiniu.streaming.model.StreamStatus.Fps
 
Auth - com.qiniu.util中的类
 
authorization(String, byte[], String) - 类 中的方法com.qiniu.util.Auth
 
authorization(String) - 类 中的方法com.qiniu.util.Auth
 
authorizationV2(String, String, byte[], String) - 类 中的方法com.qiniu.util.Auth
 
authorizationV2(String) - 类 中的方法com.qiniu.util.Auth
 
AutoZone - com.qiniu.common中的类
该接口主要用来根据用户提供的AccessKey和Bucket来自动获取相关域名
AutoZone() - 类 的构造器com.qiniu.common.AutoZone
构建默认的域名接口获取对象
AutoZone(String) - 类 的构造器com.qiniu.common.AutoZone
 
autoZone() - 类 中的静态方法com.qiniu.common.Zone
自动根据AccessKey和Bucket来判断所在机房,并获取相关的域名 空间所在的对应机房可以在空间创建的时候选择,或者创建完毕之后,从后台查看
autoZone() - 类 中的方法com.qiniu.common.Zone.Builder
自动选择,其它参数设置无效

B

BandwidthData() - 类 的构造器com.qiniu.cdn.CdnResult.BandwidthData
 
BandwidthResult() - 类 的构造器com.qiniu.cdn.CdnResult.BandwidthResult
 
Base64 - com.qiniu.util中的类
Utilities for encoding and decoding the Base64 representation of binary data.
batch(BucketManager.BatchOperations) - 类 中的方法com.qiniu.storage.BucketManager
批量文件管理请求
BatchOpData - com.qiniu.storage.model中的类
该类封装了batch接口回复中的data部分 参考文档:批量操作
BatchOpData() - 类 的构造器com.qiniu.storage.model.BatchOpData
 
BatchOperations() - 类 的构造器com.qiniu.storage.BucketManager.BatchOperations
 
BatchStatus - com.qiniu.storage.model中的类
定义批量请求的状态码 参考文档:批量操作
BatchStatus() - 类 的构造器com.qiniu.storage.model.BatchStatus
 
beimei() - 类 中的静态方法com.qiniu.common.Zone
北美机房相关域名
BLOCK_SIZE - 类 中的静态变量com.qiniu.common.Constants
块大小,不能改变
body() - 类 中的方法com.qiniu.http.Response
 
bodyStream() - 类 中的方法com.qiniu.http.Response
 
bodyString() - 类 中的方法com.qiniu.http.Response
 
bps - 类 中的变量com.qiniu.streaming.model.StreamStatus
 
BucketInfo - com.qiniu.storage.model中的类
 
BucketInfo() - 类 的构造器com.qiniu.storage.model.BucketInfo
 
BucketManager - com.qiniu.storage中的类
主要涉及了空间资源管理及批量操作接口的实现,具体的接口规格可以参考 参考文档:资源管理
BucketManager(Auth, Configuration) - 类 的构造器com.qiniu.storage.BucketManager
构建一个新的 BucketManager 对象
BucketManager(Auth, Client) - 类 的构造器com.qiniu.storage.BucketManager
 
BucketManager.BatchOperations - com.qiniu.storage中的类
文件管理批量操作指令构建对象
BucketManager.FileListIterator - com.qiniu.storage中的类
创建文件列表迭代器
buckets() - 类 中的方法com.qiniu.storage.BucketManager
获取账号下所有空间名称列表
build() - 类 中的方法com.qiniu.common.Zone.Builder
返回构建好的Zone对象
Builder() - 类 的构造器com.qiniu.common.Zone.Builder
 
Builder(Zone) - 类 的构造器com.qiniu.common.Zone.Builder
 
bytes(byte[], int, int) - 类 中的静态方法com.qiniu.util.Crc32
计算二进制字节校验码
bytes(byte[]) - 类 中的静态方法com.qiniu.util.Crc32
计算二进制字节校验码

C

callbackBody - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
callbackBodyType - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
callbackFetchKey - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
callbackHost - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
callbackUrl - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
Cancelled - 类 中的静态变量com.qiniu.http.Response
 
CdnManager - com.qiniu.cdn中的类
该类主要提供CDN相关功能的接口实现,包括文件和目录的刷新,文件的预取,获取CDN访问日志链接,生成七牛时间戳防盗链等功能。
CdnManager(Auth) - 类 的构造器com.qiniu.cdn.CdnManager
 
CdnManager(Auth, String, Client) - 类 的构造器com.qiniu.cdn.CdnManager
 
CdnResult - com.qiniu.cdn中的类
这里定义了Cdn请求相关回复的封装类
CdnResult() - 类 的构造器com.qiniu.cdn.CdnResult
 
CdnResult.BandwidthData - com.qiniu.cdn中的类
 
CdnResult.BandwidthResult - com.qiniu.cdn中的类
带宽数据获取结果 参考文档:流量带宽
CdnResult.FluxData - com.qiniu.cdn中的类
 
CdnResult.FluxResult - com.qiniu.cdn中的类
流量数据获取结果 参考文档:流量带宽
CdnResult.LogData - com.qiniu.cdn中的类
 
CdnResult.LogListResult - com.qiniu.cdn中的类
日志数据获取结果 参考文档:日志下载
CdnResult.PrefetchResult - com.qiniu.cdn中的类
预取结果 参考文档:文件预取
CdnResult.RefreshResult - com.qiniu.cdn中的类
刷新结果 参考文档:缓存刷新
changeHeaders(String, String, Map<String, String>) - 类 中的方法com.qiniu.storage.BucketManager
修改文件的元数据
changeMime(String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
修改文件的MimeType
changeStatus(String, String, int) - 类 中的方法com.qiniu.storage.BucketManager
修改文件的状态(禁用或者正常)
changeType(String, String, StorageType) - 类 中的方法com.qiniu.storage.BucketManager
修改文件的类型(普通存储或低频存储)
checkAsynFetchid(String, String) - 类 中的方法com.qiniu.storage.BucketManager
查询异步抓取任务
china - 类 中的变量com.qiniu.cdn.CdnResult.BandwidthData
国内数据
china - 类 中的变量com.qiniu.cdn.CdnResult.FluxData
国内数据
clearOps() - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
 
Client - com.qiniu.http中的类
定义HTTP请求管理相关方法
Client() - 类 的构造器com.qiniu.http.Client
构建一个默认配置的 HTTP Client 类
Client(Configuration) - 类 的构造器com.qiniu.http.Client
构建一个自定义配置的 HTTP Client 类
Client(Dns, boolean, ProxyConfiguration, int, int, int, int, int, int, int) - 类 的构造器com.qiniu.http.Client
构建一个自定义配置的 HTTP Client 类
clientIP - 类 中的变量com.qiniu.streaming.model.StreamStatus
 
clone() - 类 中的方法com.qiniu.storage.Configuration
 
close() - 类 中的方法com.qiniu.http.Response
 
cmd - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
所执行的云处理操作命令fopN
code - 类 中的变量com.qiniu.cdn.CdnResult.BandwidthResult
自定义状态码
code - 类 中的变量com.qiniu.cdn.CdnResult.FluxResult
自定义状态码
code - 类 中的变量com.qiniu.cdn.CdnResult.LogListResult
自定义状态码
code - 类 中的变量com.qiniu.cdn.CdnResult.PrefetchResult
自定义状态码
code - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
自定义错误码
code() - 异常错误 中的方法com.qiniu.common.QiniuException
 
code - 类 中的变量com.qiniu.processing.OperationStatus
状态码 0 成功,1 等待处理,2 正在处理,3 处理失败,4 通知提交失败
code - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
所执行的云处理操作命令状态码
code - 类 中的变量com.qiniu.storage.model.BatchStatus
批量请求的每个命令的执行结果状态码
com.qiniu.cdn - 程序包 com.qiniu.cdn
 
com.qiniu.common - 程序包 com.qiniu.common
 
com.qiniu.http - 程序包 com.qiniu.http
 
com.qiniu.processing - 程序包 com.qiniu.processing
 
com.qiniu.rtc - 程序包 com.qiniu.rtc
 
com.qiniu.rtc.model - 程序包 com.qiniu.rtc.model
 
com.qiniu.storage - 程序包 com.qiniu.storage
 
com.qiniu.storage.model - 程序包 com.qiniu.storage.model
 
com.qiniu.storage.persistent - 程序包 com.qiniu.storage.persistent
 
com.qiniu.streaming - 程序包 com.qiniu.streaming
 
com.qiniu.streaming.model - 程序包 com.qiniu.streaming.model
 
com.qiniu.util - 程序包 com.qiniu.util
 
commonPrefixes - 类 中的变量com.qiniu.storage.model.FileListing
通用前缀
complete(Response) - 接口 中的方法com.qiniu.http.AsyncCallback
 
complete(String, Response) - 接口 中的方法com.qiniu.storage.UpCompletionHandler
 
Configuration - com.qiniu.storage中的类
该类封装了SDK相关配置参数
Configuration() - 类 的构造器com.qiniu.storage.Configuration
 
Configuration(Zone) - 类 的构造器com.qiniu.storage.Configuration
 
CONNECT_TIMEOUT - 类 中的静态变量com.qiniu.common.Constants
连接超时时间 单位秒(默认10s)
CONNECTION_POOL_MAX_IDLE_COUNT - 类 中的静态变量com.qiniu.common.Constants
底层HTTP库中复用连接对象的最大空闲数量
CONNECTION_POOL_MAX_IDLE_MINUTES - 类 中的静态变量com.qiniu.common.Constants
底层HTTP库中复用连接对象的回收周期(单位分钟)
connectionPoolMaxIdleCount - 类 中的变量com.qiniu.storage.Configuration
底层HTTP库中复用连接对象的最大空闲数量
connectionPoolMaxIdleMinutes - 类 中的变量com.qiniu.storage.Configuration
底层HTTP库中复用连接对象的回收周期(单位分钟)
connectTimeout - 类 中的变量com.qiniu.storage.Configuration
连接超时时间 单位秒(默认10s)
Constants - com.qiniu.common中的类
SDK相关配置常量
contentType() - 类 中的方法com.qiniu.http.Response
 
ContentTypeHeader - 类 中的静态变量com.qiniu.http.Client
 
copy(String, String, String, String, boolean) - 类 中的方法com.qiniu.storage.BucketManager
复制文件,要求空间在同一账号下,可以设置force参数为true强行覆盖空间已有同名文件
copy(String, String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
复制文件,要求空间在同一账号下
crc32 - 类 中的变量com.qiniu.storage.model.ResumeBlockInfo
 
Crc32 - com.qiniu.util中的类
计算文件或二进制数据的crc32校验码
create(okhttp3.Response, String, double) - 类 中的静态方法com.qiniu.http.Response
 
create(String) - 类 中的方法com.qiniu.streaming.StreamingManager
创建一个新的直播流对象,其鉴权方式默认和直播应用设置的鉴权方式一致
create(String, String) - 类 中的静态方法com.qiniu.util.Auth
 
createApp(String, String, int, boolean) - 类 中的方法com.qiniu.rtc.RtcAppManager
 
createBucket(String, String) - 类 中的方法com.qiniu.storage.BucketManager
 
createdAt - 类 中的变量com.qiniu.streaming.model.StreamAttribute
 
createError(okhttp3.Response, String, double, String) - 类 中的静态方法com.qiniu.http.Response
 
createFileListIterator(String, String) - 类 中的方法com.qiniu.storage.BucketManager
根据前缀获取文件列表的迭代器
createFileListIterator(String, String, int, String) - 类 中的方法com.qiniu.storage.BucketManager
根据前缀获取文件列表的迭代器
createStreamListIterator(boolean, String) - 类 中的方法com.qiniu.streaming.StreamingManager
根据前缀获取流列表的迭代器
createTimestampAntiLeechUrl(URL, String, long) - 类 中的静态方法com.qiniu.cdn.CdnManager
 
createTimestampAntiLeechUrl(String, String, StringMap, String, long) - 类 中的静态方法com.qiniu.cdn.CdnManager
构建七牛标准的基于时间戳的防盗链 参考文档:时间戳防盗链
CRLF - 类 中的静态变量com.qiniu.util.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.
ctx - 类 中的变量com.qiniu.storage.model.ResumeBlockInfo
 

D

data - 类 中的变量com.qiniu.cdn.CdnResult.BandwidthResult
数据
data - 类 中的变量com.qiniu.cdn.CdnResult.FluxResult
数据
data - 类 中的变量com.qiniu.cdn.CdnResult.LogListResult
日志信息
data - 类 中的变量com.qiniu.storage.model.BatchStatus
批量请求的每个命令返回的结果
data - 类 中的变量com.qiniu.streaming.model.StreamStatus.Fps
 
data(byte[], int, int) - 类 中的静态方法com.qiniu.util.Etag
计算二进制数据的etag
data(byte[]) - 类 中的静态方法com.qiniu.util.Etag
计算二进制数据的etag
deadline - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
decode(String, int) - 类 中的静态方法com.qiniu.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - 类 中的静态方法com.qiniu.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - 类 中的静态方法com.qiniu.util.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(String, Class<T>) - 类 中的静态方法com.qiniu.util.Json
 
decode(JsonElement, Class<T>) - 类 中的静态方法com.qiniu.util.Json
 
decode(String) - 类 中的静态方法com.qiniu.util.Json
 
decode(String) - 类 中的静态方法com.qiniu.util.UrlSafeBase64
解码数据
decodeHex(char[]) - 类 中的静态方法com.qiniu.util.Hex
Converts an array of characters representing hexadecimal values into an array of bytes of those same values.
DEFAULT - 类 中的静态变量com.qiniu.util.Base64
Default values for encoder/decoder flags.
defaultApiHost - 类 中的静态变量com.qiniu.storage.Configuration
 
DefaultMime - 类 中的静态变量com.qiniu.http.Client
 
DefaultPutRet - com.qiniu.storage.model中的类
默认上传接口回复对象
DefaultPutRet() - 类 的构造器com.qiniu.storage.model.DefaultPutRet
 
defaultRsHost - 类 中的静态变量com.qiniu.storage.Configuration
特殊默认域名
defaultUcHost - 类 中的静态变量com.qiniu.storage.Configuration
 
del(String) - 类 中的方法com.qiniu.storage.persistent.FileRecorder
删除已上传文件的进度文件
del(String) - 接口 中的方法com.qiniu.storage.Recorder
删除文件分片上传的进度文件
delete(String, StringMap) - 类 中的方法com.qiniu.http.Client
 
delete(String, String) - 类 中的方法com.qiniu.storage.BucketManager
删除指定空间、文件名的文件
deleteAfterDays(String, String, int) - 类 中的方法com.qiniu.storage.BucketManager
设置文件的存活时间
deleteAfterDays - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
deleteApp(String) - 类 中的方法com.qiniu.rtc.RtcAppManager
 
deleteBucket(String) - 类 中的方法com.qiniu.storage.BucketManager
 
desc - 类 中的变量com.qiniu.processing.OperationStatus
与状态码相对应的详细描述
desc - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
所执行的云处理操作命令状态描述
detectMime - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
dirQuotaDay - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
每日的刷新dir限额
dirSurplusDay - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
每日的当前剩余的刷新dir限额
disabledTill - 类 中的变量com.qiniu.streaming.model.StreamAttribute
 
disableTill(String, long) - 类 中的方法com.qiniu.streaming.StreamingManager
禁用流
DISPATCHER_MAX_REQUESTS - 类 中的静态变量com.qiniu.common.Constants
底层HTTP库所有的并发执行的请求数量
DISPATCHER_MAX_REQUESTS_PER_HOST - 类 中的静态变量com.qiniu.common.Constants
底层HTTP库对每个独立的Host进行并发请求的数量
dispatcherMaxRequests - 类 中的变量com.qiniu.storage.Configuration
底层HTTP库所有的并发执行的请求数量
dispatcherMaxRequestsPerHost - 类 中的变量com.qiniu.storage.Configuration
底层HTTP库对每个独立的Host进行并发请求的数量
Dns - com.qiniu.http中的接口
 
dns - 类 中的变量com.qiniu.storage.Configuration
外部dns
domainList(String) - 类 中的方法com.qiniu.storage.BucketManager
获取该空间下所有的domain
duration - 类 中的变量com.qiniu.http.Response
请求消耗时间,单位秒

E

enable(String) - 类 中的方法com.qiniu.streaming.StreamingManager
启用流
encode(byte[], int) - 类 中的静态方法com.qiniu.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - 类 中的静态方法com.qiniu.util.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(StringMap) - 类 中的静态方法com.qiniu.util.Json
 
encode(Object) - 类 中的静态方法com.qiniu.util.Json
 
encodedEntry(String, String) - 类 中的静态方法com.qiniu.storage.BucketManager
EncodedEntryURI格式,其中 bucket+":"+key 称之为 entry
encodedEntry(String) - 类 中的静态方法com.qiniu.storage.BucketManager
EncodedEntryURI格式,用在不指定key值的情况下
encodeHex(byte[]) - 类 中的静态方法com.qiniu.util.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHex(byte[], boolean) - 类 中的静态方法com.qiniu.util.Hex
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
encodeHexString(byte[]) - 类 中的静态方法com.qiniu.util.Hex
Converts an array of bytes into a String representing the hexadecimal values of each byte in order.
encodeToString(byte[], int) - 类 中的静态方法com.qiniu.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - 类 中的静态方法com.qiniu.util.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(String) - 类 中的静态方法com.qiniu.util.UrlSafeBase64
编码字符串
encodeToString(byte[]) - 类 中的静态方法com.qiniu.util.UrlSafeBase64
编码数据
end - 类 中的变量com.qiniu.streaming.model.ActivityRecords.Item
 
endUser - 类 中的变量com.qiniu.storage.model.FileInfo
文件上传时设置的endUser
endUser - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
error - 类 中的变量com.qiniu.cdn.CdnResult.BandwidthResult
自定义错误码描述,字符串
error - 类 中的变量com.qiniu.cdn.CdnResult.FluxResult
自定义错误码描述,字符串
error - 类 中的变量com.qiniu.cdn.CdnResult.LogListResult
自定义错误码描述,字符串
error - 类 中的变量com.qiniu.cdn.CdnResult.PrefetchResult
自定义错误码描述,字符串
error - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
自定义错误码描述,字符串
error() - 异常错误 中的方法com.qiniu.common.QiniuException
 
Error - com.qiniu.http中的类
七牛业务请求逻辑错误封装类,主要用来解析API请求返回如下的内容: {"error" : "detailed error message"}
Error() - 类 的构造器com.qiniu.http.Error
 
error - 类 中的变量com.qiniu.http.Error
 
error - 类 中的变量com.qiniu.http.Response
错误信息
error - 类 中的变量com.qiniu.http.Response.ErrorBody
 
error - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
如果处理失败,该字段会给出失败的详细原因
error() - 类 中的方法com.qiniu.storage.BucketManager.FileListIterator
 
error - 类 中的变量com.qiniu.storage.model.BatchOpData
 
ErrorBody() - 类 的构造器com.qiniu.http.Response.ErrorBody
 
Etag - com.qiniu.util中的类
计算文件内容或者二进制数据的etag, etag算法是七牛用来标志数据唯一性的算法。
exception() - 类 中的方法com.qiniu.streaming.StreamingManager.ListIterator
 
execBucket() - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
 
expireAt - 类 中的变量com.qiniu.streaming.model.StreamAttribute
 

F

fetch(String, String) - 类 中的方法com.qiniu.storage.BucketManager
抓取指定地址的文件,以指定名称保存在指定空间 要求指定url可访问,大文件不建议使用此接口抓取。
fetch(String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
抓取指定地址的文件,以指定名称保存在指定空间 要求指定url可访问,大文件不建议使用此接口抓取。
FetchRet - com.qiniu.storage.model中的类
fetch 接口的回复对象 参考文档:资源抓取
FetchRet() - 类 的构造器com.qiniu.storage.model.FetchRet
 
file(File) - 类 中的静态方法com.qiniu.util.Crc32
对文件内容计算crc32校验码
file(File) - 类 中的静态方法com.qiniu.util.Etag
计算文件内容的etag
file(String) - 类 中的静态方法com.qiniu.util.Etag
计算文件内容的etag
FileInfo - com.qiniu.storage.model中的类
list 接口的回复文件对象信息 参考文档:资源列举
FileInfo() - 类 的构造器com.qiniu.storage.model.FileInfo
 
FileListing - com.qiniu.storage.model中的类
该类封装了文件列举请求回复
FileListing() - 类 的构造器com.qiniu.storage.model.FileListing
 
FileListIterator(String, String, int, String) - 类 的构造器com.qiniu.storage.BucketManager.FileListIterator
 
FileRecorder - com.qiniu.storage.persistent中的类
实现分片上传时上传进度的接口方法
FileRecorder(String) - 类 的构造器com.qiniu.storage.persistent.FileRecorder
断点记录文件保存的目录
FileRecorder(File) - 类 的构造器com.qiniu.storage.persistent.FileRecorder
断点记录文件保存的目录
FluxData() - 类 的构造器com.qiniu.cdn.CdnResult.FluxData
 
FluxResult() - 类 的构造器com.qiniu.cdn.CdnResult.FluxResult
 
forEach(StringMap.Consumer) - 类 中的方法com.qiniu.util.StringMap
 
FormMime - 类 中的静态变量com.qiniu.http.Client
 
formString() - 类 中的方法com.qiniu.util.StringMap
 
FormUploader - com.qiniu.storage中的类
该类封装了七牛提供的表单上传机制 参考文档:表单上传
FormUploader(Client, String, String, byte[], StringMap, String, boolean, Configuration) - 类 的构造器com.qiniu.storage.FormUploader
构建一个表单上传字节数组的对象
FormUploader(Client, String, String, File, StringMap, String, boolean, Configuration) - 类 的构造器com.qiniu.storage.FormUploader
构建一个表单上传文件的对象
fps - 类 中的变量com.qiniu.streaming.model.StreamStatus
 
Fps() - 类 的构造器com.qiniu.streaming.model.StreamStatus.Fps
 
fsize - 类 中的变量com.qiniu.storage.model.BatchOpData
 
fsize - 类 中的变量com.qiniu.storage.model.FetchRet
抓取后保存到空间的文件的大小,单位:字节
fsize - 类 中的变量com.qiniu.storage.model.FileInfo
文件大小,单位:字节
fsizeLimit - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
fsizeMin - 类 中的变量com.qiniu.storage.model.UploadPolicy
 

G

get(String) - 类 中的方法com.qiniu.http.Client
 
get(String, StringMap) - 类 中的方法com.qiniu.http.Client
 
get(String) - 类 中的方法com.qiniu.storage.persistent.FileRecorder
获取分片上传进度
get(String) - 接口 中的方法com.qiniu.storage.Recorder
获取文件分片上传的进度信息
get(String) - 类 中的方法com.qiniu.util.StringMap
 
getAccessKey() - 类 中的方法com.qiniu.common.ZoneReqInfo
 
getApiHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
 
getApiHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getApiHttp() - 类 中的方法com.qiniu.common.Zone
 
getApiHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取资源处理HTTP域名
getApiHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getApiHttps() - 类 中的方法com.qiniu.common.Zone
 
getApp(String) - 类 中的方法com.qiniu.rtc.RtcAppManager
 
getBandwidthData(String[], String, String, String) - 类 中的方法com.qiniu.cdn.CdnManager
获取域名访问带宽数据 参考文档:流量带宽
getBucket() - 类 中的方法com.qiniu.common.ZoneReqInfo
 
getBucketInfo(String) - 类 中的方法com.qiniu.storage.BucketManager
 
getCdnLogList(String[], String) - 类 中的方法com.qiniu.cdn.CdnManager
获取CDN域名访问日志的下载链接,具体下载操作请自行根据链接下载 参考文档:日志下载
getFluxData(String[], String, String, String) - 类 中的方法com.qiniu.cdn.CdnManager
获取域名访问流量数据 参考文档:流量带宽
getImageHost() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getImageSource() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getImgsft() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getInfo() - 类 中的方法com.qiniu.http.Response
 
getIovipHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取资源高级管理HTTP域名
getIovipHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getIovipHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取资源高级管理HTTPS域名
getIovipHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getNoIndexPage() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getPrivate() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getProtected() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getRegion(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getRegion() - 类 中的方法com.qiniu.common.Zone
获取资源管理,资源列表,资源处理相关域名
getRegion() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getRoomToken(String, String, String, long, String) - 类 中的方法com.qiniu.rtc.RtcRoomManager
 
getRsfHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取资源列表HTTP域名
getRsfHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getRsfHttp() - 类 中的方法com.qiniu.common.Zone
 
getRsfHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取资源列表HTTP域名
getRsfHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getRsfHttps() - 类 中的方法com.qiniu.common.Zone
 
getRsHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取资源管理HTTP域名
getRsHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
保留自动获取资源管理,资源列表,资源处理相关域名接口
getRsHttp() - 类 中的方法com.qiniu.common.Zone
 
getRsHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取资源管理HTTPS域名
getRsHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getRsHttps() - 类 中的方法com.qiniu.common.Zone
 
getSeparator() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getStyles() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
getType() - 枚举 中的方法com.qiniu.storage.model.AclType
 
getType() - 枚举 中的方法com.qiniu.storage.model.IndexPageType
 
getUpBackupHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取上传备用HTTP域名(Cdn加速域名)
getUpBackupHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getUpBackupHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取上传备用HTTPS域名(Cdn加速域名)
getUpBackupHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getUpHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取上传HTTP域名
getUpHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
保留自动获取上传和资源抓取,更新相关域名接口
getUpHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取上传HTTPS域名
getUpHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getUpIpHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取上传入口IP
getUpIpHttp(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getUpIpHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
获取上传入口IP
getUpIpHttps(ZoneReqInfo) - 类 中的方法com.qiniu.common.Zone
 
getZone() - 类 中的方法com.qiniu.storage.model.BucketInfo
 

H

hash - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
云处理结果保存在目标空间文件的hash值
hash - 类 中的变量com.qiniu.storage.model.BatchOpData
 
hash - 类 中的变量com.qiniu.storage.model.DefaultPutRet
文件hash值
hash - 类 中的变量com.qiniu.storage.model.FetchRet
抓取后保存到空间的文件hash值
hash - 类 中的变量com.qiniu.storage.model.FileInfo
文件hash值
hasNext() - 类 中的方法com.qiniu.storage.BucketManager.FileListIterator
 
hasNext() - 类 中的方法com.qiniu.streaming.StreamingManager.ListIterator
 
hdlPlayUrl(String) - 类 中的方法com.qiniu.streaming.UrlFactory
构建直播FLV播放地址
Hex - com.qiniu.util中的类
Converts hexadecimal Strings.
Hex.HexDecodeException - com.qiniu.util中的异常错误
 
HexDecodeException(String) - 异常错误 的构造器com.qiniu.util.Hex.HexDecodeException
 
history(String, long, long) - 类 中的方法com.qiniu.streaming.StreamingManager
获取流推流的片段列表,一个流开始和断流算一个片段
hlsPlayUrl(String) - 类 中的方法com.qiniu.streaming.UrlFactory
构建直播HLS播放地址
hostAddress - 类 中的变量com.qiniu.http.ProxyConfiguration
 
huabei() - 类 中的静态方法com.qiniu.common.Zone
华北机房相关域名
huadong() - 类 中的静态方法com.qiniu.common.Zone
华东机房相关域名
huanan() - 类 中的静态方法com.qiniu.common.Zone
华南机房相关域名

I

id - 类 中的变量com.qiniu.processing.OperationStatus
持久化处理的进程ID,即 persistentId
IndexPageType - com.qiniu.storage.model中的枚举
 
inputBucket - 类 中的变量com.qiniu.processing.OperationStatus
处理源文件所在的空间名
inputKey - 类 中的变量com.qiniu.processing.OperationStatus
处理源文件的文件名
insertOnly - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
instance - 类 中的静态变量com.qiniu.common.AutoZone
 
inStringArray(String, String[]) - 类 中的静态方法com.qiniu.util.StringUtils
 
InvalidArgument - 类 中的静态变量com.qiniu.http.Response
 
invalidDirs - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
无效的dir列表
InvalidFile - 类 中的静态变量com.qiniu.http.Response
 
invalidUrls - 类 中的变量com.qiniu.cdn.CdnResult.PrefetchResult
无效的 url 列表
invalidUrls - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
无效的url列表
ioHost(String, String) - 类 中的方法com.qiniu.storage.Configuration
 
iovipHttp(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
iovipHttps(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
isEOF() - 类 中的方法com.qiniu.storage.model.FileListing
列举操作是否已到所有文件列表结尾,如果为true表示无需再发送列举请求
isEOF() - 类 中的方法com.qiniu.streaming.model.StreamListing
 
isGlobal() - 类 中的方法com.qiniu.storage.model.BucketInfo
 
isJson() - 类 中的方法com.qiniu.http.Response
 
isNetworkBroken() - 类 中的方法com.qiniu.http.Response
 
isNullOrEmpty(String) - 类 中的静态方法com.qiniu.util.StringUtils
 
isOK() - 类 中的方法com.qiniu.http.Response
 
isServerError() - 类 中的方法com.qiniu.http.Response
 
isValidCallback(String, String, byte[], String) - 类 中的方法com.qiniu.util.Auth
验证回调签名是否正确
Item() - 类 的构造器com.qiniu.streaming.model.ActivityRecords.Item
 
items - 类 中的变量com.qiniu.processing.OperationStatus
云处理操作列表,包含每个云处理操作的状态信息
items - 类 中的变量com.qiniu.storage.model.FileListing
文件对象列表
items - 类 中的变量com.qiniu.streaming.model.ActivityRecords
 
items - 类 中的变量com.qiniu.streaming.model.StreamListing
 

J

join(Object[], String) - 类 中的静态方法com.qiniu.util.StringUtils
 
join(Collection, String) - 类 中的静态方法com.qiniu.util.StringUtils
 
join(Collection, String, String) - 类 中的静态方法com.qiniu.util.StringUtils
 
join(Object[], String, String) - 类 中的静态方法com.qiniu.util.StringUtils
以指定的分隔符来进行字符串元素连接 例如有字符串数组array和连接符为逗号(,) String[] array = new String[] { "hello", "world", "qiniu", "cloud","storage" }; 那么得到的结果是: hello,world,qiniu,cloud,storage
Json - com.qiniu.util中的类
 
jsonJoin(String[]) - 类 中的静态方法com.qiniu.util.StringUtils
以json元素的方式连接字符串中元素 例如有字符串数组array String[] array = new String[] { "hello", "world", "qiniu", "cloud","storage" }; 那么得到的结果是: "hello","world","qiniu","cloud","storage"
JsonMime - 类 中的静态变量com.qiniu.http.Client
 
jsonString() - 类 中的方法com.qiniu.util.StringMap
 
jsonToMap() - 类 中的方法com.qiniu.http.Response
 
jsonToObject(Class<T>) - 类 中的方法com.qiniu.http.Response
 

K

key - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
云处理结果保存在目标空间的文件名
key - 类 中的变量com.qiniu.storage.model.DefaultPutRet
文件名
key - 类 中的变量com.qiniu.storage.model.FetchRet
抓取后保存到空间文件名
key - 类 中的变量com.qiniu.storage.model.FileInfo
文件名
keys - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
云处理结果保存在目标空间的文件名列表
keys() - 类 中的方法com.qiniu.streaming.model.StreamListing
 
kickUser(String, String, String) - 类 中的方法com.qiniu.rtc.RtcRoomManager
 

L

listActiveRooms(String, String, int, int) - 类 中的方法com.qiniu.rtc.RtcRoomManager
 
listFiles(String, String, String, int, String) - 类 中的方法com.qiniu.storage.BucketManager
 
listFilesV2(String, String, String, int, String) - 类 中的方法com.qiniu.storage.BucketManager
 
ListIterator(boolean, String) - 类 的构造器com.qiniu.streaming.StreamingManager.ListIterator
 
listStreams(boolean, String, String) - 类 中的方法com.qiniu.streaming.StreamingManager
获取直播流列表
listUser(String, String) - 类 中的方法com.qiniu.rtc.RtcRoomManager
 
listV1(String, String, String, int, String) - 类 中的方法com.qiniu.storage.BucketManager
列举空间文件 v1 接口,返回一个 response 对象。
listV2(String, String, String, int, String) - 类 中的方法com.qiniu.storage.BucketManager
列举空间文件 v2 接口,返回一个 response 对象。
LogData() - 类 的构造器com.qiniu.cdn.CdnResult.LogData
 
LogListResult() - 类 的构造器com.qiniu.cdn.CdnResult.LogListResult
 
lookup(String) - 接口 中的方法com.qiniu.http.Dns
 

M

map() - 类 中的方法com.qiniu.util.StringMap
 
marker - 类 中的变量com.qiniu.storage.model.FileListing
下一次列举的marker
marker - 类 中的变量com.qiniu.streaming.model.StreamListing
 
md5Lower(String) - 类 中的静态方法com.qiniu.util.StringUtils
 
merge(BucketManager.BatchOperations) - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
 
mimeLimit - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
mimeType - 类 中的变量com.qiniu.storage.model.BatchOpData
 
mimeType - 类 中的变量com.qiniu.storage.model.FetchRet
抓取后保存到空间的文件的mimeType
mimeType - 类 中的变量com.qiniu.storage.model.FileInfo
文件的mimeType
move(String, String, String, String, boolean) - 类 中的方法com.qiniu.storage.BucketManager
移动文件,要求空间在同一账号下
move(String, String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
移动文件。
mtime - 类 中的变量com.qiniu.cdn.CdnResult.LogData
日志文件最后修改时间
multipartPost(String, StringMap, String, String, byte[], String, StringMap) - 类 中的方法com.qiniu.http.Client
 
multipartPost(String, StringMap, String, String, File, String, StringMap) - 类 中的方法com.qiniu.http.Client
 

N

name - 类 中的变量com.qiniu.cdn.CdnResult.LogData
日志文件名
needRetry() - 类 中的方法com.qiniu.http.Response
 
needSwitchServer() - 类 中的方法com.qiniu.http.Response
 
NetworkError - 类 中的静态变量com.qiniu.http.Response
 
next() - 类 中的方法com.qiniu.storage.BucketManager.FileListIterator
 
next() - 类 中的方法com.qiniu.streaming.StreamingManager.ListIterator
 
NO_CLOSE - 类 中的静态变量com.qiniu.util.Base64
Flag to pass to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_PADDING - 类 中的静态变量com.qiniu.util.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_WRAP - 类 中的静态变量com.qiniu.util.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).

O

OperationManager - com.qiniu.processing中的类
对七牛空间中的文件进行持久化处理,适用于官方的fop指令和客户开发的ufop指令 例如图片处理指令,视频转码指令等
OperationManager(Auth, Configuration) - 类 的构造器com.qiniu.processing.OperationManager
构建一个新的 OperationManager 对象
OperationManager(Auth, Client) - 类 的构造器com.qiniu.processing.OperationManager
 
OperationResult() - 类 的构造器com.qiniu.processing.OperationStatus.OperationResult
 
OperationStatus - com.qiniu.processing中的类
定义了持久化处理状态类 参考文档:持久化处理状态查询
OperationStatus() - 类 的构造器com.qiniu.processing.OperationStatus
 
OperationStatus.OperationResult - com.qiniu.processing中的类
 
oversea - 类 中的变量com.qiniu.cdn.CdnResult.BandwidthData
海外数据
oversea - 类 中的变量com.qiniu.cdn.CdnResult.FluxData
海外数据

P

password - 类 中的变量com.qiniu.http.ProxyConfiguration
 
persistentNotifyUrl - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
persistentOps - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
persistentPipeline - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
pfop(String, String, String) - 类 中的方法com.qiniu.processing.OperationManager
已过时。
数据持久化处理时,请指定 pipeline 参数以保障处理效率
pfop(String, String, String, StringMap) - 类 中的方法com.qiniu.processing.OperationManager
发送请求对空间中的文件进行持久化处理
pfop(String, String, String, String, String) - 类 中的方法com.qiniu.processing.OperationManager
发送请求对空间中的文件进行持久化处理
pfop(String, String, String, String, boolean) - 类 中的方法com.qiniu.processing.OperationManager
发送请求对空间中的文件进行持久化处理
pfop(String, String, String, String, String, boolean) - 类 中的方法com.qiniu.processing.OperationManager
发送请求对空间中的文件进行持久化处理
pipeline - 类 中的变量com.qiniu.processing.OperationStatus
云处理操作的处理队列
port - 类 中的变量com.qiniu.http.ProxyConfiguration
 
post(String, byte[], StringMap) - 类 中的方法com.qiniu.http.Client
 
post(String, String, StringMap) - 类 中的方法com.qiniu.http.Client
 
post(String, StringMap, StringMap) - 类 中的方法com.qiniu.http.Client
 
post(String, byte[], StringMap, String) - 类 中的方法com.qiniu.http.Client
 
post(String, byte[], int, int, StringMap, String) - 类 中的方法com.qiniu.http.Client
 
prefetch(String, String) - 类 中的方法com.qiniu.storage.BucketManager
对于设置了镜像存储的空间,从镜像源站抓取指定名称的资源并存储到该空间中 如果该空间中已存在该名称的资源,则会将镜像源站的资源覆盖空间中相同名称的资源
PrefetchResult() - 类 的构造器com.qiniu.cdn.CdnResult.PrefetchResult
 
prefetchUrls(String[]) - 类 中的方法com.qiniu.cdn.CdnManager
预取文件链接,每次最多不可以超过100条 参考文档:文件预取
prefop(String) - 类 中的方法com.qiniu.processing.OperationManager
根据persistentId查询任务状态
prefop(String, Class<T>) - 类 中的方法com.qiniu.processing.OperationManager
根据persistentId查询任务状态 返回结果的 class
privateDownloadUrl(String) - 类 中的方法com.qiniu.util.Auth
下载签名
privateDownloadUrl(String, long) - 类 中的方法com.qiniu.util.Auth
下载签名
privateDownloadUrlWithDeadline(String, long) - 类 中的方法com.qiniu.util.Auth
 
proxy - 类 中的变量com.qiniu.storage.Configuration
代理对象
ProxyConfiguration - com.qiniu.http中的类
http 代理
ProxyConfiguration(String, int, String, String, Proxy.Type) - 类 的构造器com.qiniu.http.ProxyConfiguration
 
ProxyConfiguration(String, int) - 类 的构造器com.qiniu.http.ProxyConfiguration
 
put(byte[], String, String) - 类 中的方法com.qiniu.storage.UploadManager
上传字节数组
put(byte[], String, String, StringMap, String, boolean) - 类 中的方法com.qiniu.storage.UploadManager
上传字节数组
put(String, String, String) - 类 中的方法com.qiniu.storage.UploadManager
上传文件
put(String, String, String, StringMap, String, boolean) - 类 中的方法com.qiniu.storage.UploadManager
上传文件
put(File, String, String) - 类 中的方法com.qiniu.storage.UploadManager
上传文件
put(File, String, String, StringMap, String, boolean) - 类 中的方法com.qiniu.storage.UploadManager
上传文件
put(InputStream, String, String, StringMap, String) - 类 中的方法com.qiniu.storage.UploadManager
流式上传,通常情况建议文件上传,可以使用持久化的断点记录。
put(String, Object) - 类 中的方法com.qiniu.util.StringMap
 
putAll(Map<String, Object>) - 类 中的方法com.qiniu.util.StringMap
 
putAll(StringMap) - 类 中的方法com.qiniu.util.StringMap
 
putNotEmpty(String, String) - 类 中的方法com.qiniu.util.StringMap
 
putNotNull(String, Object) - 类 中的方法com.qiniu.util.StringMap
 
putThreshold - 类 中的变量com.qiniu.storage.Configuration
如果文件大小大于此值则使用断点上传, 否则使用Form上传
putTime - 类 中的变量com.qiniu.storage.model.BatchOpData
 
putTime - 类 中的变量com.qiniu.storage.model.FileInfo
文件上传时间,单位为:100纳秒
putWhen(String, Object, boolean) - 类 中的方法com.qiniu.util.StringMap
 

Q

QiniuException - com.qiniu.common中的异常错误
七牛SDK异常封装类,封装了http响应数据
QiniuException(Response) - 异常错误 的构造器com.qiniu.common.QiniuException
 
QiniuException(Exception) - 异常错误 的构造器com.qiniu.common.QiniuException
 
QiniuException(Exception, String) - 异常错误 的构造器com.qiniu.common.QiniuException
 
queryZoneInfo(String, String) - 类 中的方法com.qiniu.common.AutoZone
首先从缓存读取Zone信息,如果没有则发送请求从接口查询
queryZoneInfo(ZoneReqInfo) - 类 中的方法com.qiniu.common.AutoZone
首先从缓存读取Zone信息,如果没有则发送请求从接口查询
quotaDay - 类 中的变量com.qiniu.cdn.CdnResult.PrefetchResult
每日的预取 url 限额
qvmHuabei() - 类 中的静态方法com.qiniu.common.Zone
华北机房内网上传相关域名
qvmHuadong() - 类 中的静态方法com.qiniu.common.Zone
华东机房内网上传相关域名
qvmZone0() - 类 中的静态方法com.qiniu.common.Zone
华东机房内网上传相关域名
qvmZone1() - 类 中的静态方法com.qiniu.common.Zone
华北机房内网上传相关域名

R

READ_TIMEOUT - 类 中的静态变量com.qiniu.common.Constants
回复超时时间 单位秒(默认30s)
readTimeout - 类 中的变量com.qiniu.storage.Configuration
回复超时时间 单位秒(默认30s)
Recorder - com.qiniu.storage中的接口
定义分片上传时纪录上传进度的接口
recorderKeyGenerate(String, File) - 类 中的方法com.qiniu.storage.persistent.FileRecorder
 
recorderKeyGenerate(String, File) - 接口 中的方法com.qiniu.storage.Recorder
根据服务器的key和本地文件名生成持久化纪录的key
refreshDirs(String[]) - 类 中的方法com.qiniu.cdn.CdnManager
刷新目录列表,每次最多不可以超过10个目录 刷新目录需要额外开通权限,可以联系七牛技术支持处理 参考文档:缓存刷新
RefreshResult() - 类 的构造器com.qiniu.cdn.CdnResult.RefreshResult
 
refreshUrls(String[]) - 类 中的方法com.qiniu.cdn.CdnManager
刷新链接列表,每次最多不可以超过100条链接 参考文档:缓存刷新
refreshUrlsAndDirs(String[], String[]) - 类 中的方法com.qiniu.cdn.CdnManager
刷新文件外链和目录,外链每次不超过100个,目录每次不超过10个 刷新目录需要额外开通权限,可以联系七牛技术支持处理 参考文档:缓存刷新
region(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
remove() - 类 中的方法com.qiniu.storage.BucketManager.FileListIterator
 
remove() - 类 中的方法com.qiniu.streaming.StreamingManager.ListIterator
 
rename(String, String, String, boolean) - 类 中的方法com.qiniu.storage.BucketManager
重命名空间中的文件,可以设置force参数为true强行覆盖空间已有同名文件
rename(String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
重命名空间中的文件
reqId - 类 中的变量com.qiniu.http.Response
七牛日志扩展头
reqid - 类 中的变量com.qiniu.processing.OperationStatus
云处理请求的请求id,主要用于七牛技术人员的问题排查
requestId - 类 中的变量com.qiniu.cdn.CdnResult.PrefetchResult
预取请求 id,只有在任务被接受时才有值
requestId - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
刷新请求id,只有在任务被接受时才有值
response - 异常错误 中的变量com.qiniu.common.QiniuException
 
Response - com.qiniu.http中的类
定义HTTP请求的日志信息和常规方法
Response.ErrorBody - com.qiniu.http中的类
 
ResumeBlockInfo - com.qiniu.storage.model中的类
封装了分片上传请求的回复内容
ResumeBlockInfo() - 类 的构造器com.qiniu.storage.model.ResumeBlockInfo
 
ResumeUploader - com.qiniu.storage中的类
分片上传 参考文档:分片上传

分片上传通过将一个文件分割为固定大小的块(4M),每次上传一个块的内容(服务端只分块,没有分片)。

ResumeUploader(Client, String, String, File, StringMap, String, Recorder, Configuration) - 类 的构造器com.qiniu.storage.ResumeUploader
构建分片上传文件的对象
retryMax - 类 中的变量com.qiniu.storage.Configuration
上传失败重试次数
returnBody - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
returnOld - 类 中的变量com.qiniu.processing.OperationStatus.OperationResult
默认为0。
returnUrl - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
RoomAccess - com.qiniu.rtc.model中的类
Created by jemy on 2018/4/18.
RoomAccess(String, String, String, long, String) - 类 的构造器com.qiniu.rtc.model.RoomAccess
 
rsfHost(String, String) - 类 中的方法com.qiniu.storage.Configuration
 
rsfHttp(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
rsfHttps(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
rsHost() - 类 中的方法com.qiniu.storage.Configuration
 
rsHost(String, String) - 类 中的方法com.qiniu.storage.Configuration
 
rsHttp(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
rsHttps(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
RtcAppManager - com.qiniu.rtc中的类
 
RtcAppManager(Auth) - 类 的构造器com.qiniu.rtc.RtcAppManager
 
RtcAppManager(Auth, String) - 类 的构造器com.qiniu.rtc.RtcAppManager
 
RtcAppManager(Auth, String, Client) - 类 的构造器com.qiniu.rtc.RtcAppManager
 
RtcRoomManager - com.qiniu.rtc中的类
 
RtcRoomManager(Auth) - 类 的构造器com.qiniu.rtc.RtcRoomManager
 
RtcRoomManager(Auth, String) - 类 的构造器com.qiniu.rtc.RtcRoomManager
 
rtmpPlayUrl(String) - 类 中的方法com.qiniu.streaming.UrlFactory
构建直播RTMP播放地址
rtmpPublishUrl(String) - 类 中的方法com.qiniu.streaming.UrlFactory
生成无鉴权的RTMP推流地址
rtmpPublishUrl(String, int) - 类 中的方法com.qiniu.streaming.UrlFactory
生成带有效期鉴权的RTMP推流地址

S

saveAs(String, String) - 类 中的方法com.qiniu.streaming.StreamingManager
从直播流数据中录制点播,该方法录制的时间段为整个流开始和结束时间
saveAs(String, String, long, long) - 类 中的方法com.qiniu.streaming.StreamingManager
* 从直播流数据中录制点播,该方法可以指定录制的时间段
saveAs(String, String, long, long, StringMap) - 类 中的方法com.qiniu.streaming.StreamingManager
* 从直播流数据中录制点播,该方法可以指定录制的时间段
saveKey - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
scope - 类 中的变量com.qiniu.storage.model.UploadPolicy
 
send(Request.Builder, StringMap) - 类 中的方法com.qiniu.http.Client
 
set(String, byte[]) - 类 中的方法com.qiniu.storage.persistent.FileRecorder
纪录分片上传进度
set(String, byte[]) - 接口 中的方法com.qiniu.storage.Recorder
新建或更新文件分片上传的进度
setBucketAcl(String, AclType) - 类 中的方法com.qiniu.storage.BucketManager
 
setGlobal(boolean) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setImage(String, String) - 类 中的方法com.qiniu.storage.BucketManager
设置空间的镜像源站
setImage(String, String, String) - 类 中的方法com.qiniu.storage.BucketManager
设置空间的镜像源站
setImageHost(String) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setImageSource(String) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setImgsft(int) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setIndexPage(String, IndexPageType) - 类 中的方法com.qiniu.storage.BucketManager
 
setNoIndexPage(int) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setPrivate(int) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setProtected(int) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setRegion(String) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setSeparator(String) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setStyles(Map<String, String>) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
setZone(String) - 类 中的方法com.qiniu.storage.model.BucketInfo
 
sign(byte[]) - 类 中的方法com.qiniu.util.Auth
 
sign(String) - 类 中的方法com.qiniu.util.Auth
 
signRequest(String, byte[], String) - 类 中的方法com.qiniu.util.Auth
生成HTTP请求签名字符串
signRequestV2(String, String, byte[], String) - 类 中的方法com.qiniu.util.Auth
生成HTTP请求签名字符串
signRoomToken(String) - 类 中的方法com.qiniu.util.Auth
 
signWithData(byte[]) - 类 中的方法com.qiniu.util.Auth
 
signWithData(String) - 类 中的方法com.qiniu.util.Auth
 
size - 类 中的变量com.qiniu.cdn.CdnResult.LogData
日志文件大小
size() - 类 中的方法com.qiniu.util.StringMap
 
snapshotUrl(String) - 类 中的方法com.qiniu.streaming.UrlFactory
构建直播截图访问地址
start - 类 中的变量com.qiniu.streaming.model.ActivityRecords.Item
 
startAt - 类 中的变量com.qiniu.streaming.model.StreamStatus
 
stat(String, String) - 类 中的方法com.qiniu.storage.BucketManager
获取空间中文件的属性
status - 类 中的变量com.qiniu.storage.model.FileInfo
文件的状态,0表示启用,1表示禁用
status(String) - 类 中的方法com.qiniu.streaming.StreamingManager
获取流状态
statusCode - 类 中的变量com.qiniu.http.Response
回复状态码
StorageType - com.qiniu.storage.model中的枚举
存储类型
stream(InputStream, long) - 类 中的静态方法com.qiniu.util.Etag
计算输入流的etag,如果计算完毕不需要这个InputStream对象,请自行关闭流
StreamAttribute - com.qiniu.streaming.model中的类
Created by bailong on 16/9/22.
StreamAttribute() - 类 的构造器com.qiniu.streaming.model.StreamAttribute
 
StreamingManager - com.qiniu.streaming中的类
该类封装了直播服务端API的功能 参考文档:直播服务端API参考
StreamingManager(Auth, String) - 类 的构造器com.qiniu.streaming.StreamingManager
构建一个直播流管理对象
StreamingManager(Auth, String, String) - 类 的构造器com.qiniu.streaming.StreamingManager
 
StreamingManager(Auth, String, String, Client) - 类 的构造器com.qiniu.streaming.StreamingManager
 
StreamingManager.ListIterator - com.qiniu.streaming中的类
获取流列表迭代器
StreamListing - com.qiniu.streaming.model中的类
Created by bailong on 16/9/23.
StreamListing() - 类 的构造器com.qiniu.streaming.model.StreamListing
 
StreamStatus - com.qiniu.streaming.model中的类
Created by bailong on 16/9/22.
StreamStatus() - 类 的构造器com.qiniu.streaming.model.StreamStatus
 
StreamStatus.Fps - com.qiniu.streaming.model中的类
 
StreamUploader - com.qiniu.storage中的类
Created by long on 2016/11/4.
StreamUploader(Client, String, String, InputStream, StringMap, String, Configuration) - 类 的构造器com.qiniu.storage.StreamUploader
 
StringMap - com.qiniu.util中的类
 
StringMap() - 类 的构造器com.qiniu.util.StringMap
 
StringMap(Map<String, Object>) - 类 的构造器com.qiniu.util.StringMap
 
StringMap.Consumer - com.qiniu.util中的接口
 
StringUtils - com.qiniu.util中的类
字符串连接工具类
surplusDay - 类 中的变量com.qiniu.cdn.CdnResult.PrefetchResult
每日的当前剩余的预取 url 限额

T

time - 类 中的变量com.qiniu.cdn.CdnResult.BandwidthResult
数据时间点
time - 类 中的变量com.qiniu.cdn.CdnResult.FluxResult
数据时间点
toBody() - 类 中的方法com.qiniu.storage.BucketManager.BatchOperations
 
toDigit(char, int) - 类 中的静态方法com.qiniu.util.Hex
Converts a hexadecimal character to an integer.
toString() - 类 中的方法com.qiniu.http.Response
 
type - 类 中的变量com.qiniu.http.ProxyConfiguration
 
type - 类 中的变量com.qiniu.storage.model.FileInfo
文件的存储类型,0为普通存储,1为低频存储

U

ucHost() - 类 中的方法com.qiniu.storage.Configuration
 
unsetImage(String) - 类 中的方法com.qiniu.storage.BucketManager
取消空间的镜像源站设置
upBackupHttp(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
upBackupHttps(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
UpCompletionHandler - com.qiniu.storage中的接口
定义了文件上传结束回调接口
updateApp(String, String, String, int, boolean) - 类 中的方法com.qiniu.rtc.RtcAppManager
 
updatedAt - 类 中的变量com.qiniu.streaming.model.StreamAttribute
 
upHost(String) - 类 中的方法com.qiniu.storage.Configuration
 
upHostBackup(String) - 类 中的方法com.qiniu.storage.Configuration
 
upHttp(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
upHttps(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
upIpHttp(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
upIpHttps(String) - 类 中的方法com.qiniu.common.Zone.Builder
 
upload() - 类 中的方法com.qiniu.storage.FormUploader
同步上传文件
upload() - 类 中的方法com.qiniu.storage.ResumeUploader
同步上传文件
upload() - 类 中的方法com.qiniu.storage.StreamUploader
 
UploadManager - com.qiniu.storage中的类
七牛文件上传管理器,通过该类上传文件时,会自动根据定义的Configuration.putThreshold 来判断是采用表单上传还是分片上传的方法,超过了定义的Configuration.putThreshold就会采用 分片上传的方法,可以在构造该类对象的时候,通过Configuration类来自定义这个值。
UploadManager(Configuration) - 类 的构造器com.qiniu.storage.UploadManager
构建一个非断点续传的上传对象
UploadManager(Configuration, Recorder) - 类 的构造器com.qiniu.storage.UploadManager
构建一个支持断点续传的上传对象。
UploadManager(Client, Recorder) - 类 的构造器com.qiniu.storage.UploadManager
 
UploadPolicy - com.qiniu.storage.model中的类
该类封装了上传策略 参考文档:上传策略
UploadPolicy(String, String, long) - 类 的构造器com.qiniu.storage.model.UploadPolicy
 
uploadToken(String) - 类 中的方法com.qiniu.util.Auth
scope = bucket 一般情况下可通过此方法获取token
uploadToken(String, String) - 类 中的方法com.qiniu.util.Auth
scope = bucket:key 同名文件覆盖操作、只能上传指定key的文件可以可通过此方法获取token
uploadToken(String, String, long, StringMap) - 类 中的方法com.qiniu.util.Auth
生成上传token
uploadToken(String, String, long, StringMap, boolean) - 类 中的方法com.qiniu.util.Auth
生成上传token
uploadTokenWithDeadline(String, String, long, StringMap, boolean) - 类 中的方法com.qiniu.util.Auth
 
uploadTokenWithPolicy(Object) - 类 中的方法com.qiniu.util.Auth
 
url - 类 中的变量com.qiniu.cdn.CdnResult.LogData
日志文件下载链接
url() - 异常错误 中的方法com.qiniu.common.QiniuException
 
url() - 类 中的方法com.qiniu.http.Response
 
URL_SAFE - 类 中的静态变量com.qiniu.util.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
UrlFactory - com.qiniu.streaming中的类
该类封装了构建直播相关地址的方法
UrlFactory(String, Auth, String, String) - 类 的构造器com.qiniu.streaming.UrlFactory
构建一个直播地址生成的UrlFactory对象
UrlFactory(String, Auth, String, String, String, String, String) - 类 的构造器com.qiniu.streaming.UrlFactory
构建一个直播地址生成的UrlFactory对象
urlQuotaDay - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
每日的刷新url限额
UrlSafeBase64 - com.qiniu.util中的类
URL安全的Base64编码和解码
urlSurplusDay - 类 中的变量com.qiniu.cdn.CdnResult.RefreshResult
每日的当前剩余的刷新url限额
useDnsHostFirst - 类 中的变量com.qiniu.storage.Configuration
 
useHttpsDomains - 类 中的变量com.qiniu.storage.Configuration
空间相关上传管理操作是否使用 https , 默认 是
user - 类 中的变量com.qiniu.http.ProxyConfiguration
 
utf8Bytes(String) - 类 中的静态方法com.qiniu.util.StringUtils
 
utf8String(byte[]) - 类 中的静态方法com.qiniu.util.StringUtils
 
UTF_8 - 类 中的静态变量com.qiniu.common.Constants
所有都是UTF-8编码

V

valueOf(String) - 枚举 中的静态方法com.qiniu.storage.model.AclType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qiniu.storage.model.IndexPageType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.qiniu.storage.model.StorageType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.qiniu.storage.model.AclType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qiniu.storage.model.IndexPageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.qiniu.storage.model.StorageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VERSION - 类 中的静态变量com.qiniu.common.Constants
版本号
video - 类 中的变量com.qiniu.streaming.model.StreamStatus.Fps
 

W

WRITE_TIMEOUT - 类 中的静态变量com.qiniu.common.Constants
写超时时间 单位秒(默认 0 , 不超时)
writeTimeout - 类 中的变量com.qiniu.storage.Configuration
写超时时间 单位秒(默认 0 , 不超时)

X

xinjiapo() - 类 中的静态方法com.qiniu.common.Zone
新加坡机房相关域名
xlog - 类 中的变量com.qiniu.http.Response
七牛日志扩展头
xvia - 类 中的变量com.qiniu.http.Response
cdn日志扩展头

Z

Zone - com.qiniu.common中的类
多区域上传域名
Zone() - 类 的构造器com.qiniu.common.Zone
 
zone - 类 中的变量com.qiniu.storage.Configuration
使用的Zone
Zone.Builder - com.qiniu.common中的类
域名构造器
zone0() - 类 中的静态方法com.qiniu.common.Zone
华东机房相关域名
zone1() - 类 中的静态方法com.qiniu.common.Zone
华北机房相关域名
zone2() - 类 中的静态方法com.qiniu.common.Zone
华南机房相关域名
zoneAs0() - 类 中的静态方法com.qiniu.common.Zone
新加坡相关域名
zoneNa0() - 类 中的静态方法com.qiniu.common.Zone
北美机房相关域名
ZoneReqInfo - com.qiniu.common中的类
封装了 accessKey 和 bucket 的类
ZoneReqInfo(String) - 类 的构造器com.qiniu.common.ZoneReqInfo
 
ZoneReqInfo(String, String) - 类 的构造器com.qiniu.common.ZoneReqInfo
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
跳过导航链接