| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractBceResponse> |
AbstractBceClient.invokeHttpClient(InternalRequest request,
Class<T> responseClass)
Subclasses should invoke this method for sending request to the target service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Signer.sign(InternalRequest request,
BceCredentials credentials)
Equivalent to sign(request, credentials, SignOptions.DEFAULT).
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials) |
void |
Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
BaseBceClient.createRequest(HttpMethodName httpMethod,
String path,
Map<String,String> queries,
Map<String,String> headers,
BaseBceRequest bceRequest)
Create internal request with path, query, header and body.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HttpRequestHandler.handle(InternalRequest internalRequest,
BaseBceRequest bceRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.client.protocol.HttpClientContext |
BceHttpClient.createHttpContext(InternalRequest request)
Creates HttpClient Context object based on the internal request.
|
protected org.apache.http.client.methods.HttpRequestBase |
BceHttpClient.createHttpRequest(InternalRequest request)
Creates HttpClient method object based on the specified request and
populates any parameters, headers, etc.
|
<T extends AbstractBceResponse> |
BceHttpClient.execute(InternalRequest request,
Class<T> responseClass,
HttpResponseHandler[] responseHandlers)
Executes the request and returns the result.
|
| Modifier and Type | Method and Description |
|---|---|
static InternalRequest |
BaseRequest.toInternalRequest(BaseRequest request)
transfer from base request to internal request
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AclClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BcmClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AppBlbClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
protected void |
BlbClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
| Modifier and Type | Method and Description |
|---|---|
InternalRequest |
BceIotHttpClient.getInternalRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseDuMapClient.fillInHeadAndBody(AbstractBceRequest bceRequest,
InternalRequest request,
BaseDuMapClient.BodyType bodyType) |
protected void |
BaseDuMapClient.fillParams(InternalRequest request,
Object obj) |
protected void |
BaseDuMapClient.safeAddQueryParam(InternalRequest request,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EipClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EipBpClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EipTpClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractIotHiskBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
List<String> path,
String... pathVariables)
Creates and initializes a new request object for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractIotHiskBceClient.fillInHeaderAndBody(AbstractBceRequest bceRequest,
InternalRequest request)
The method to fill the internalRequest's content field with bceRequest.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Ipv6GatewayClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
| Modifier and Type | Method and Description |
|---|---|
void |
KmsClient.setInternalRequest(InternalRequest internalRequest,
StringWriter writer)
set InternalRequest with StringWriter
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
BaseLpsClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
MolaDbClient.createRequest(HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
MolaDbClient.createRequestUnderInstance(HttpMethodName httpMethod,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MolaDbClient.fillInHeadAndBody(AbstractBceRequest request,
InternalRequest httpRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
BaseRosClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String path) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractRuleEngineBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
AbstractRuleEngineBceClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractRuleEngineBceClient.fillInHeadAndBody(AbstractBceRequest bceRequest,
InternalRequest request) |
protected void |
AbstractRuleEngineBceClient.fillInHeadAndBodyForGzip(InternalRequest request,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SesClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
SesClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SesClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SmsClientSupport.createGeneralRequest(String pathPrefix,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
create general request: by pathPrefix(not contains v1 URL_PREFIX)
pathPrefix combined with pathVariables will generate new path
For example:/pathPrefix/../pathVariable1/pathVariable2
|
protected InternalRequest |
SmsClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
SmsClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SmsClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractTableStorageBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
Creates and initializes a new request object for the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTableStorageBceClient.fillInHeadAndBody(AbstractTableStorageRequest tableStorageRequest,
InternalRequest request)
Fill Header and Body in InternalRequest
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractTsdbBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
AbstractTsdbBceClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables)
Creates and initializes a new request object for the specified resource.
|
protected InternalRequest |
TsdbClient.createRequest(URI endpoint,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables) |
| Modifier and Type | Method and Description |
|---|---|
protected URL |
AbstractTsdbBceClient.convertRequestToUrl(InternalRequest request)
Converts the specified request object into a URL, containing all the
specified parameters, the specified request endpoint, etc.
|
protected void |
AbstractTsdbBceClient.fillInHeadAndBody(AbstractBceRequest bceRequest,
InternalRequest request) |
protected void |
AbstractTsdbBceClient.fillInHeadAndBodyForGzip(InternalRequest request,
byte[] bytes) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VpnClient.fillPayload(InternalRequest internalRequest,
AbstractBceRequest bceRequest)
the method to fill the internalRequest's content field with bceRequest
only support HttpMethodName.POST or HttpMethodName.PUT
|
Copyright © 2023. All rights reserved.