|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BceClientConfiguration in com.baidubce |
---|
Fields in com.baidubce declared as BceClientConfiguration | |
---|---|
protected BceClientConfiguration |
AbstractBceClient.config
The client configuration for this client. |
Methods in com.baidubce that return BceClientConfiguration | |
---|---|
BceClientConfiguration |
BceClientConfiguration.withConnectionTimeoutInMillis(int connectionTimeoutInMillis)
Sets the connection timeout in milliseconds, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withCredentials(BceCredentials credentials)
Sets the BCE credentials used by the client to sign HTTP requests, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withEndpoint(String endpoint)
Sets the service endpoint URL to which the client will connect, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withLocalAddress(InetAddress localAddress)
Sets the optional local address to bind when connecting to BCE services, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withMaxConnections(int maxConnections)
Sets the maximum number of open HTTP connections, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProtocol(Protocol protocol)
Sets the protocol (HTTP/HTTPS) to use when connecting to BCE services, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProxyDomain(String proxyDomain)
Sets the optional Windows domain to use when connecting through a Windows NTLM proxy, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProxyHost(String proxyHost)
Sets the optional proxy host the client will connect through, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProxyPassword(String proxyPassword)
Sets the optional password to use when connecting through a proxy, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProxyPort(int proxyPort)
Sets the optional proxy port the client will connect through, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProxyPreemptiveAuthenticationEnabled(boolean proxyPreemptiveAuthenticationEnabled)
Sets whether to enable proxy preemptive authentication, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProxyUsername(String proxyUsername)
Sets the optional user name to use when connecting through a proxy, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withProxyWorkstation(String proxyWorkstation)
Sets the optional Windows workstation to use when connecting through a Windows NTLM proxy, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withRegion(Region region)
Sets the region of service, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withRetryPolicy(RetryPolicy retryPolicy)
Sets the retry policy for failed requests, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withSocketBufferSizeInBytes(int socketBufferSizeInBytes)
Sets the optional size (in bytes) for the low level TCP socket buffer, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withSocketTimeoutInMillis(int socketTimeoutInMillis)
Sets the socket timeout (SO_TIMEOUT) in milliseconds, which is a maximum period inactivity between two consecutive data packets, and returns the updated configuration instance. |
BceClientConfiguration |
BceClientConfiguration.withUserAgent(String userAgent)
Sets the User-Agent header value to use when sending requests to BCE services, and returns the updated configuration instance. |
Constructors in com.baidubce with parameters of type BceClientConfiguration | |
---|---|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
Equivalent to AbstractBceClient(config, responseHandlers, false) |
|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers,
boolean isHttpAsyncPutEnabled)
Constructs a new AbstractBceClient with the specified client configuration and handlers. |
|
BceClientConfiguration(BceClientConfiguration other)
Constructs a new BceClientConfiguration instance with the same settings as the specified configuration. |
|
BceClientConfiguration(BceClientConfiguration other,
String endpoint)
Constructs a new BceClientConfiguration instance with the same settings as the specified configuration. |
Uses of BceClientConfiguration in com.baidubce.http |
---|
Fields in com.baidubce.http declared as BceClientConfiguration | |
---|---|
protected BceClientConfiguration |
BceHttpClient.config
Client configuration options, such as proxy settings, max retries, etc. |
Constructors in com.baidubce.http with parameters of type BceClientConfiguration | |
---|---|
BceHttpClient(BceClientConfiguration config,
Signer signer)
Constructs a new BCE client using the specified client configuration options (ex: max retry attempts, proxy settings, etc), and request metric collector. |
|
BceHttpClient(BceClientConfiguration config,
Signer signer,
boolean isHttpAsyncPutEnabled)
Constructs a new BCE Http Client with httpAsyncPutEnabled. |
Uses of BceClientConfiguration in com.baidubce.services.bacnet |
---|
Constructors in com.baidubce.services.bacnet with parameters of type BceClientConfiguration | |
---|---|
BacnetClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.batch |
---|
Constructors in com.baidubce.services.batch with parameters of type BceClientConfiguration | |
---|---|
BatchClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access Batch-Compute. |
Uses of BceClientConfiguration in com.baidubce.services.bcc |
---|
Subclasses of BceClientConfiguration in com.baidubce.services.bcc | |
---|---|
class |
BccClientConfiguration
Extended client configuration for bcc service. |
Constructors in com.baidubce.services.bcc with parameters of type BceClientConfiguration | |
---|---|
BccClient(BceClientConfiguration clientConfiguration)
Constructs a new bcc client using the client configuration to access bcc. |
Uses of BceClientConfiguration in com.baidubce.services.binaryparser |
---|
Constructors in com.baidubce.services.binaryparser with parameters of type BceClientConfiguration | |
---|---|
BinaryParserClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.bmr |
---|
Constructors in com.baidubce.services.bmr with parameters of type BceClientConfiguration | |
---|---|
BmrClient(BceClientConfiguration clientConfiguration)
Constructs a new BMR client using the client configuration to access BMR. |
Uses of BceClientConfiguration in com.baidubce.services.bos |
---|
Subclasses of BceClientConfiguration in com.baidubce.services.bos | |
---|---|
class |
BosClientConfiguration
|
Methods in com.baidubce.services.bos that return BceClientConfiguration | |
---|---|
BceClientConfiguration |
BosClientConfiguration.withProxyPreemptiveAuthenticationEnabled(boolean proxyPreemptiveAuthenticationEnabled)
|
Constructors in com.baidubce.services.bos with parameters of type BceClientConfiguration | |
---|---|
BosClientConfiguration(BceClientConfiguration clientConfiguration)
|
|
BosClientConfiguration(BceClientConfiguration clientConfiguration,
String bosEndpoint)
|
Uses of BceClientConfiguration in com.baidubce.services.cdn |
---|
Constructors in com.baidubce.services.cdn with parameters of type BceClientConfiguration | |
---|---|
CdnClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access CDN services. |
Uses of BceClientConfiguration in com.baidubce.services.cert |
---|
Constructors in com.baidubce.services.cert with parameters of type BceClientConfiguration | |
---|---|
CertClient(String accessKey,
String secretKey,
BceClientConfiguration bceClientConfiguration,
boolean internal)
|
Uses of BceClientConfiguration in com.baidubce.services.cvca |
---|
Constructors in com.baidubce.services.cvca with parameters of type BceClientConfiguration | |
---|---|
CvcaClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.doc |
---|
Constructors in com.baidubce.services.doc with parameters of type BceClientConfiguration | |
---|---|
DocClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access Document Transcoder services. |
Uses of BceClientConfiguration in com.baidubce.services.iotalarm |
---|
Constructors in com.baidubce.services.iotalarm with parameters of type BceClientConfiguration | |
---|---|
IotAlarmClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.iotdm |
---|
Constructors in com.baidubce.services.iotdm with parameters of type BceClientConfiguration | |
---|---|
IotDmClient(BceClientConfiguration config)
|
|
IotDmV2Client(BceClientConfiguration config)
|
|
IotDmV3Client(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.iothub |
---|
Constructors in com.baidubce.services.iothub with parameters of type BceClientConfiguration | |
---|---|
IotHubClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.iotsmsreceiver |
---|
Constructors in com.baidubce.services.iotsmsreceiver with parameters of type BceClientConfiguration | |
---|---|
IotSmsReceiverClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.iottimer |
---|
Constructors in com.baidubce.services.iottimer with parameters of type BceClientConfiguration | |
---|---|
IotTimerClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.iotviz |
---|
Constructors in com.baidubce.services.iotviz with parameters of type BceClientConfiguration | |
---|---|
IotVizClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.lss |
---|
Constructors in com.baidubce.services.lss with parameters of type BceClientConfiguration | |
---|---|
LssClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration. |
Uses of BceClientConfiguration in com.baidubce.services.media |
---|
Constructors in com.baidubce.services.media with parameters of type BceClientConfiguration | |
---|---|
MediaClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration to access Media Transcoder services. |
Uses of BceClientConfiguration in com.baidubce.services.modbus |
---|
Constructors in com.baidubce.services.modbus with parameters of type BceClientConfiguration | |
---|---|
ModbusClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.moladb |
---|
Subclasses of BceClientConfiguration in com.baidubce.services.moladb | |
---|---|
class |
MolaDbClientConfiguration
Represents the MolaDb client configuration information. |
Uses of BceClientConfiguration in com.baidubce.services.ocr |
---|
Constructors in com.baidubce.services.ocr with parameters of type BceClientConfiguration | |
---|---|
OcrClient(BceClientConfiguration ocrConfig)
Constructs a new client using the client configuration. |
Uses of BceClientConfiguration in com.baidubce.services.ruleengine |
---|
Constructors in com.baidubce.services.ruleengine with parameters of type BceClientConfiguration | |
---|---|
RuleEngineClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.ses |
---|
Subclasses of BceClientConfiguration in com.baidubce.services.ses | |
---|---|
class |
SesClientConfiguration
All client configurations for SES clients. |
Constructors in com.baidubce.services.ses with parameters of type BceClientConfiguration | |
---|---|
SesClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
|
Uses of BceClientConfiguration in com.baidubce.services.sms |
---|
Subclasses of BceClientConfiguration in com.baidubce.services.sms | |
---|---|
class |
SmsClientConfiguration
All client configurations for SMS clients. |
Constructors in com.baidubce.services.sms with parameters of type BceClientConfiguration | |
---|---|
SmsClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
|
Uses of BceClientConfiguration in com.baidubce.services.sts |
---|
Constructors in com.baidubce.services.sts with parameters of type BceClientConfiguration | |
---|---|
StsClient(BceClientConfiguration clientConfiguration)
Constructs a new client using the client configuration. |
Uses of BceClientConfiguration in com.baidubce.services.tag |
---|
Subclasses of BceClientConfiguration in com.baidubce.services.tag | |
---|---|
class |
TagClientConfiguration
Extended client configuration for tag service. |
Constructors in com.baidubce.services.tag with parameters of type BceClientConfiguration | |
---|---|
TagClient(BceClientConfiguration clientConfiguration)
Constructs a new tag client using the client configuration to access tag. |
Uses of BceClientConfiguration in com.baidubce.services.tsdb |
---|
Constructors in com.baidubce.services.tsdb with parameters of type BceClientConfiguration | |
---|---|
AbstractTsdbBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
|
|
TsdbAdminClient(BceClientConfiguration config)
|
|
TsdbClient(BceClientConfiguration config)
|
|
TsdbClient(BceClientConfiguration config,
String database)
|
Uses of BceClientConfiguration in com.baidubce.services.vca |
---|
Constructors in com.baidubce.services.vca with parameters of type BceClientConfiguration | |
---|---|
VcaClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.vcr |
---|
Constructors in com.baidubce.services.vcr with parameters of type BceClientConfiguration | |
---|---|
VcrClient(BceClientConfiguration config)
|
Uses of BceClientConfiguration in com.baidubce.services.vod |
---|
Constructors in com.baidubce.services.vod with parameters of type BceClientConfiguration | |
---|---|
VodClient(BceClientConfiguration vodConfig)
Constructs a new client using the client configuration. |
Uses of BceClientConfiguration in com.baidubce.services.vodpro |
---|
Constructors in com.baidubce.services.vodpro with parameters of type BceClientConfiguration | |
---|---|
AdaptorClient(BceClientConfiguration config)
|
|
VodproClient(BceClientConfiguration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |