public class HeadBucketResultHandler extends AbstractCosResponseHandler<HeadBucketResult>
Constructor and Description |
---|
HeadBucketResultHandler() |
Modifier and Type | Method and Description |
---|---|
CosServiceResponse<HeadBucketResult> |
handle(CosHttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadata
public CosServiceResponse<HeadBucketResult> handle(CosHttpResponse response) throws Exception
HttpResponseHandler
response
- The HTTP response to handle, as received from an COS service.Exception
- If any problems are encountered handling the response.Copyright © 2024. All rights reserved.