public class COSStringResponseHandler extends AbstractCosResponseHandler<String>
| 构造器和说明 |
|---|
COSStringResponseHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
CosServiceResponse<String> |
handle(CosHttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadatapublic CosServiceResponse<String> 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.