| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.common | |
| com.baidubce.http | |
| com.baidubce.http.handler |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractBceResponse> |
AbstractBceClient.invokeHttpClient(InternalRequest request,
Class<T> responseClass,
HttpResponseHandler[] customHandlers)
Subclasses should invoke this method for sending request to the target service with custom handlers.
|
| 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.
|
class |
BceStreamResponseHandler
HTTP response handler for BCE responses that contain a file stream.
|
Copyright © 2026. All rights reserved.