| 程序包 | 说明 |
|---|---|
| com.qiniu.api.fop | |
| com.qiniu.api.io | |
| com.qiniu.api.net | |
| com.qiniu.api.rs | |
| com.qiniu.api.rsf |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ExifRet |
class |
ImageInfoRet |
| 限定符和类型 | 方法和说明 |
|---|---|
CallRet |
ImageView.call(String url) |
CallRet |
ImageView.call(String url,
Mac mac) |
| 构造器和说明 |
|---|
ExifRet(CallRet ret) |
ImageInfoRet(CallRet ret) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PutRet |
| 构造器和说明 |
|---|
PutRet(CallRet ret) |
| 限定符和类型 | 方法和说明 |
|---|---|
CallRet |
Client.call(String url)
Sends a http post request to the specified url.
|
CallRet |
Client.call(String url,
List<org.apache.http.NameValuePair> nvps)
Sends a http post request to the specified url with a list of
NameValuePair |
CallRet |
Client.callWithBinary(String url,
org.apache.http.entity.AbstractHttpEntity entity)
Sends a http request to the specified url with the specified entity.
|
CallRet |
Client.callWithBinary(String url,
String contentType,
byte[] body) |
CallRet |
Client.callWithMultiPart(String url,
org.apache.http.entity.mime.MultipartEntity requestEntity) |
| 构造器和说明 |
|---|
CallRet(CallRet ret)
Construct a new CallRet with the specified ret, behaves like copy
constructor.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BatchCallRet |
class |
BatchStatRet |
class |
Entry |
class |
PutFileRet |
| 限定符和类型 | 字段和说明 |
|---|---|
List<CallRet> |
BatchCallRet.results |
| 限定符和类型 | 方法和说明 |
|---|---|
CallRet |
RSClient.copy(String bucketSrc,
String keySrc,
String bucketDest,
String keyDest)
Copies a source file from the source bucket to the dest bucket, unlike
method "move" the source file is still available in the source bucket.
|
CallRet |
RSClient.delete(String bucket,
String key)
Deletes the file with the specified key in the bucket.
|
CallRet |
RSClient.move(String bucketSrc,
String keySrc,
String bucketDest,
String keyDest)
Moves a file from the source bucket to the dest bucket, and the source
file will be removed from the source bucket.
|
| 构造器和说明 |
|---|
BatchCallRet(CallRet ret) |
BatchStatRet(CallRet ret) |
Entry(CallRet ret) |
PutFileRet(CallRet ret) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListPrefixRet |
| 构造器和说明 |
|---|
ListPrefixRet(CallRet ret) |
Copyright © 2014. All Rights Reserved.