| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.common | |
| com.baidubce.http | |
| com.baidubce.http.handler |
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpResponseHandler[] |
ServiceConfigFactory.getDefaultResponseHandlers() |
static HttpResponseHandler[] |
ServiceConfigFactory.getResponseHandlers(String serviceName) |
| 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.
|
Copyright © 2026. All rights reserved.