类 BaseLpsClient

  • 直接已知子类:
    LpsClient, LpsRouteClient

    public class BaseLpsClient
    extends AbstractBceClient
    Base lps client which is responsible for base request creation operation and other common operations.
    作者:
    weizhijun
    • 构造器详细资料

      • BaseLpsClient

        protected BaseLpsClient()
        Construct a default base LPS client.
      • BaseLpsClient

        protected BaseLpsClient​(String accessKey,
                                String secretKey)
        Construct a base lps client with access key id and secret key.
        参数:
        accessKey - Access key id.
        secretKey - Secret key.
      • BaseLpsClient

        protected BaseLpsClient​(BceClientConfiguration config)
        Construct a base lps client using the specified client configuration options (ex: max retry attempts, proxy settings, etc), and request metric collector.
        参数:
        config - Configuration options specifying how this client will communicate with BCE (ex: proxy settings, retry count, etc.).