类 TableStorageJsonResponseHandler
- java.lang.Object
-
- com.baidubce.services.tablestorage.TableStorageJsonResponseHandler
-
- 所有已实现的接口:
HttpResponseHandler
public class TableStorageJsonResponseHandler extends Object implements HttpResponseHandler
TableStorage Implementation of HttpResponseHandler. Relies on a Json unmarshaller for handling the responseContent.
-
-
构造器概要
构造器 构造器 说明 TableStorageJsonResponseHandler()Constructs a TableStorage response handler
-
-
-
方法详细资料
-
handle
public boolean handle(BceHttpResponse httpResponse, AbstractBceResponse response) throws Exception
Handle these responses returned by TableStorage.- 指定者:
handle在接口中HttpResponseHandler- 参数:
httpResponse- http response returned by TableStorage.response- abstract bce response returned by TableStorage.- 返回:
- return whether the response has been handled well.
- 抛出:
Exception
-
-