public class CosMetadataResponseHandler extends AbstractCosResponseHandler<ObjectMetadata>
| 构造器和说明 |
|---|
CosMetadataResponseHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
CosServiceResponse<ObjectMetadata> |
handle(CosHttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadatapublic CosServiceResponse<ObjectMetadata> handle(CosHttpResponse response) throws Exception
HttpResponseHandlerresponse - The HTTP response to handle, as received from an COS service.Exception - If any problems are encountered handling the response.Copyright © 2020. All rights reserved.