| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.common | |
| com.baidubce.http | |
| com.baidubce.http.handler | |
| com.baidubce.model |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractBceResponse> |
AbstractBceClient.invokeHttpClient(InternalRequest request,
Class<T> responseClass)
Subclasses should invoke this method for sending request to the target service.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseBceResponse
Base bce response
|
| 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 | Method and Description |
|---|---|
boolean |
HttpResponseHandler.handle(BceHttpResponse httpResponse,
AbstractBceResponse response) |
boolean |
BceStreamResponseHandler.handle(BceHttpResponse httpResponse,
AbstractBceResponse response) |
boolean |
BceMetadataResponseHandler.handle(BceHttpResponse httpResponse,
AbstractBceResponse response) |
boolean |
BceJsonResponseHandler.handle(BceHttpResponse httpResponse,
AbstractBceResponse response) |
boolean |
BceErrorResponseHandler.handle(BceHttpResponse httpResponse,
AbstractBceResponse response) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBceStreamResponse
Abstract response class for BCE responses that contain a file stream.
|
class |
ListResponse
The base response contains the base information about list operation.
|
Copyright © 2026. All rights reserved.