Package | Description |
---|---|
com.aliyun.mbaas.oss.storage | |
com.aliyun.mbaas.oss.util |
Modifier and Type | Method and Description |
---|---|
ObjectMeta |
OSSObject.getObjectMeta() |
Modifier and Type | Method and Description |
---|---|
void |
OSSObject.setObjectMeta(ObjectMeta meta) |
Modifier and Type | Method and Description |
---|---|
static ObjectMeta |
OSSToolKit.getObjectMetadataFromResponse(HttpResponse response)
将meta数据从http响应内容中解析出来
|
Modifier and Type | Method and Description |
---|---|
static void |
OSSToolKit.addMetaHeader(HttpUriRequest request,
ObjectMeta meta)
将构造的meta添加到请求头中
|