| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.auth | |
| com.baidubce.http | |
| com.baidubce.services.moladb | |
| com.baidubce.services.ses | |
| com.baidubce.services.sms |
| 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 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 |
|---|---|
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 |
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.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) |
Copyright © 2016. All rights reserved.