public class BaseRosClient extends AbstractBceClient
config, DEFAULT_CONTENT_TYPE, DEFAULT_ENCODING, DEFAULT_SERVICE_DOMAIN, URL_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
BaseRosClient()
Construct a default base ROS client.
|
protected |
BaseRosClient(BceClientConfiguration config)
Construct a base ROS client using the specified client configuration options (ex: max retry attempts, proxy
settings, etc), and request metric collector.
|
protected |
BaseRosClient(String accessKey,
String secretKey)
Construct a base ROS client with access key id and secret key.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String path) |
computeBktVirEndpoint, computeServiceId, getBktVirEndpoint, getClient, getEndpoint, getServiceId, invokeHttpClient, isRegionSupported, setClient, shutdownprotected BaseRosClient()
protected BaseRosClient(String accessKey, String secretKey)
accessKey - Access key id.secretKey - Secret key.protected BaseRosClient(BceClientConfiguration config)
config - Configuration options specifying how this client will communicate with BCE
(ex: proxy settings, retry count, etc.).protected InternalRequest createRequest(AbstractBceRequest bceRequest, HttpMethodName httpMethod, String path)
Copyright © 2024. All rights reserved.