com.baidubce.services.dumap
Class BaseDuMapClient

java.lang.Object
  extended by com.baidubce.AbstractBceClient
      extended by com.baidubce.services.dumap.BaseDuMapClient
Direct Known Subclasses:
DuMapClient

public class BaseDuMapClient
extends AbstractBceClient

Base DuMap client.

Author:
weizhijun

Field Summary
 
Fields inherited from class com.baidubce.AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX
 
Constructor Summary
BaseDuMapClient()
           
BaseDuMapClient(BceClientConfiguration config)
           
BaseDuMapClient(String accessKey, String secretKey)
           
 
Method Summary
protected  BaseDuMapResponse callLbs(String uri, String appId, Object requestParams)
           
protected  BaseDuMapResponse postCallLbs(String uri, String appId, AbstractBceRequest request)
           
 
Methods inherited from class com.baidubce.AbstractBceClient
getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseDuMapClient

public BaseDuMapClient()

BaseDuMapClient

public BaseDuMapClient(BceClientConfiguration config)

BaseDuMapClient

public BaseDuMapClient(String accessKey,
                       String secretKey)
Method Detail

postCallLbs

protected BaseDuMapResponse postCallLbs(String uri,
                                        String appId,
                                        AbstractBceRequest request)

callLbs

protected BaseDuMapResponse callLbs(String uri,
                                    String appId,
                                    Object requestParams)


Copyright © 2018. All rights reserved.