类 AbstractTableStorageBceClient

    • 构造器详细资料

      • AbstractTableStorageBceClient

        public AbstractTableStorageBceClient​(BceClientConfiguration config,
                                             boolean isHttpAsyncPutEnabled)
        Constructs a new AbstractTableStorageBceClient client.
    • 方法详细资料

      • createRequest

        protected InternalRequest createRequest​(AbstractBceRequest bceRequest,
                                                HttpMethodName httpMethod,
                                                String... pathVariables)
        Creates and initializes a new request object for the specified resource.
        参数:
        bceRequest - The original BCE request created by the user.
        httpMethod - The HTTP method to use when sending the request.
        pathVariables - The optional variables used in the URI path.
        返回:
        A new request object populated with endpoint, resource path and specific parameters to send.
      • fillInHeadAndBody

        protected void fillInHeadAndBody​(AbstractTableStorageRequest tableStorageRequest,
                                         InternalRequest request)
        Fill Header and Body in InternalRequest
        参数:
        tableStorageRequest - The original BCE request created by the user.
        request - A request object ready for callers to populate any additional headers or parameters, and execute.