类 BceMetadataResponseHandler
- java.lang.Object
-
- com.baidubce.http.handler.BceMetadataResponseHandler
-
- 所有已实现的接口:
HttpResponseHandler
public class BceMetadataResponseHandler extends Object implements HttpResponseHandler
HTTP response handler for Baidu BCE responses. Provides common utilities that other specialized BCE response handlers need to share such as pulling common response metadata (ex: request IDs) out of headers.
-
-
方法详细资料
-
handle
public boolean handle(BceHttpResponse httpResponse, AbstractBceResponse response) throws Exception
- 指定者:
handle在接口中HttpResponseHandler- 抛出:
Exception
-
-