Uses of Class
com.baidubce.internal.InternalRequest

Packages that use InternalRequest
com.baidubce   
com.baidubce.auth   
com.baidubce.http   
com.baidubce.services.moladb   
com.baidubce.services.ses   
com.baidubce.services.sms   
com.baidubce.services.tsdb   
 

Uses of InternalRequest in com.baidubce
 

Methods in com.baidubce with parameters of type InternalRequest
protected
<T extends AbstractBceResponse>
T
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 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.
 

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.
<T extends AbstractBceResponse>
T
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.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)
           
 

Methods in com.baidubce.services.sms with parameters of type InternalRequest
protected  InternalRequest SmsClientSupport.fillRequestPayload(InternalRequest internalRequest, String strJson)
           
 

Uses of InternalRequest in com.baidubce.services.tsdb
 

Methods in com.baidubce.services.tsdb that return InternalRequest
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.
 

Methods in com.baidubce.services.tsdb with parameters of type InternalRequest
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)
           
 



Copyright © 2018. All rights reserved.