Package | Description |
---|---|
com.alibaba.sdk.android.oss.model | |
com.alibaba.sdk.android.oss.util |
Modifier and Type | Method and Description |
---|---|
OSSResponseInfo |
OSSException.getOssRespInfo()
如果此次异常类型为OSS_EXCEPTION,那么调用此方法得到OSS回应的信息。
|
Modifier and Type | Method and Description |
---|---|
void |
OSSException.setOssRespInfo(OSSResponseInfo ossRespInfo) |
Constructor and Description |
---|
OSSException(String bucketName,
String objectKey,
OSSResponseInfo ossResp)
OSS返回异常信息时,构造一个OSSException用来接受这个信息
|
Modifier and Type | Method and Description |
---|---|
static void |
OSSToolKit.parserErrorResponseXML(OSSResponseInfo ossRespInfo,
InputStream in)
解析OSS的错误响应,将解析结果置入ossRespInfo中
|
Copyright © 2015. All rights reserved.