类 TableStorageJsonResponseHandler

  • 所有已实现的接口:
    HttpResponseHandler

    public class TableStorageJsonResponseHandler
    extends Object
    implements HttpResponseHandler
    TableStorage Implementation of HttpResponseHandler. Relies on a Json unmarshaller for handling the responseContent.
    • 构造器详细资料

      • TableStorageJsonResponseHandler

        public 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