|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalRequest | |
|---|---|
| com.baidubce | |
| com.baidubce.auth | |
| com.baidubce.http | |
| com.baidubce.services.moladb | |
| com.baidubce.services.ses | |
| com.baidubce.services.sms | |
| Uses of InternalRequest in com.baidubce |
|---|
| Methods in com.baidubce with parameters of type InternalRequest | ||
|---|---|---|
protected
|
AbstractBceClient.invokeHttpClient(InternalRequest request,
Class<T> responseClass)
Subclasses should invoke this method for sending request to the target service. |
|
| Uses of InternalRequest in com.baidubce.auth |
|---|
| Methods in com.baidubce.auth with parameters of type InternalRequest | |
|---|---|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials)
|
void |
Signer.sign(InternalRequest request,
BceCredentials credentials)
Equivalent to sign(request, credentials, SignOptions.DEFAULT). |
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials. |
void |
Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials. |
| Uses of InternalRequest in com.baidubce.http |
|---|
| Methods in com.baidubce.http with parameters of type InternalRequest | ||
|---|---|---|
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. |
|
|
BceHttpClient.execute(InternalRequest request,
Class<T> responseClass,
HttpResponseHandler[] responseHandlers)
Executes the request and returns the result. |
|
| Uses of InternalRequest in com.baidubce.services.moladb |
|---|
| Methods in com.baidubce.services.moladb that return InternalRequest | |
|---|---|
protected InternalRequest |
MolaDbClient.createRequest(HttpMethodName httpMethod,
String... pathVariables)
|
protected InternalRequest |
MolaDbClient.createRequestUnderInstance(HttpMethodName httpMethod,
String... pathVariables)
|
| Methods in com.baidubce.services.moladb with parameters of type InternalRequest | |
|---|---|
protected void |
MolaDbClient.fillInHeadAndBody(AbstractBceRequest request,
InternalRequest httpRequest)
|
| Uses of InternalRequest in com.baidubce.services.ses |
|---|
| Methods in com.baidubce.services.ses that return InternalRequest | |
|---|---|
protected InternalRequest |
SesClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
|
protected InternalRequest |
SesClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson)
|
| Methods in com.baidubce.services.ses with parameters of type InternalRequest | |
|---|---|
protected InternalRequest |
SesClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson)
|
| Uses of InternalRequest in com.baidubce.services.sms |
|---|
| Methods in com.baidubce.services.sms that return InternalRequest | |
|---|---|
protected InternalRequest |
SmsClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
|
protected InternalRequest |
SmsClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson)
|
| Methods in com.baidubce.services.sms with parameters of type InternalRequest | |
|---|---|
protected InternalRequest |
SmsClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||