CosServiceResponse<Void> |
VoidCosResponseHandler.handle(CosHttpResponse response) |
CosServiceResponse<T> |
ResponseHeaderHandlerChain.handle(CosHttpResponse response) |
CosServiceResponse<T> |
COSXmlResponseHandler.handle(CosHttpResponse response) |
CosServiceResponse<String> |
COSStringResponseHandler.handle(CosHttpResponse response) |
CosServiceResponse<COSObject> |
COSObjectResponseHandler.handle(CosHttpResponse response) |
CosServiceResponse<ObjectMetadata> |
CosMetadataResponseHandler.handle(CosHttpResponse response) |
protected CosServiceResponse<T> |
AbstractCosResponseHandler.parseResponseMetadata(CosHttpResponse response)
Parses the COS response metadata (ex: COS request ID) from the specified response, and
returns a CosServiceResponse object ready for the result to be plugged in.
|