public abstract class AbstractTableStorageBceClient extends AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Constructor and Description |
|---|
AbstractTableStorageBceClient(BceClientConfiguration config,
boolean isHttpAsyncPutEnabled)
Constructs a new AbstractTableStorageBceClient client.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
Creates and initializes a new request object for the specified resource.
|
protected void |
fillInHeadAndBody(AbstractTableStorageRequest tableStorageRequest,
InternalRequest request)
Fill Header and Body in InternalRequest
|
computeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownpublic AbstractTableStorageBceClient(BceClientConfiguration config, boolean isHttpAsyncPutEnabled)
protected InternalRequest createRequest(AbstractBceRequest bceRequest, HttpMethodName httpMethod, String... pathVariables)
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.protected void fillInHeadAndBody(AbstractTableStorageRequest tableStorageRequest, InternalRequest request)
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.Copyright © 2023. All rights reserved.