| Constructor and Description |
|---|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
constructor with isHttpAsyncPutEnabled default value : false
|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers,
boolean isHttpAsyncPutEnabled)
Constructs a new AbstractBceClient with the specified client configuration and handlers.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractBceResponse> |
BceHttpClient.execute(InternalRequest request,
Class<T> responseClass,
HttpResponseHandler[] responseHandlers)
Executes the request and returns the result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BceErrorResponseHandler
HTTP error response handler for Baidu BCE responses.
|
class |
BceJsonResponseHandler
HTTP body json response handler for Baidu BCE responses.
|
class |
BceMetadataResponseHandler
HTTP response handler for Baidu BCE responses.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BosMetadataResponseHandler |
class |
BosObjectResponseHandler |
| Modifier and Type | Class and Description |
|---|---|
class |
MolaDbJsonResponseHandler
Moladb Implementation of HttpResponseHandler.
|
| Modifier and Type | Field and Description |
|---|---|
protected static HttpResponseHandler[] |
SesClientSupport.SES_HANDLERS |
| Constructor and Description |
|---|
SesClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
| Modifier and Type | Field and Description |
|---|---|
protected static HttpResponseHandler[] |
SmsClientSupport.SMS_HANDLERS |
| Constructor and Description |
|---|
SmsClientSupport(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers) |
| Modifier and Type | Class and Description |
|---|---|
class |
BceStsJsonResponseHandler
HTTP body json response handler for Baidu Sts responses.
|
Copyright © 2016. All rights reserved.