| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.http | |
| com.baidubce.http.handler | |
| com.baidubce.services.bos | |
| com.baidubce.services.ses | |
| com.baidubce.services.sms |
| Constructor and Description |
|---|
AbstractBceClient(BceClientConfiguration config,
HttpResponseHandler[] responseHandlers)
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 | 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) |
Copyright © 2015. All rights reserved.