| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.common | |
| com.baidubce.http | |
| com.baidubce.internal |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
AbstractBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
SignOptions signOptions,
String... pathVariables)
创建内部请求对象,自动处理 @Host 注解,并支持自定义签名选项
|
protected InternalRequest |
AbstractBceClient.createRequest(AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables)
创建内部请求对象,自动处理 @Host 注解
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethodName |
ApiInfo.getMethod() |
| Constructor and Description |
|---|
ApiInfo(HttpMethodName method,
ApiPath path,
Map<String,String> queries,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
static HttpMethodName |
HttpMethodName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethodName[] |
HttpMethodName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HttpMethodName |
InternalRequest.getHttpMethod() |
HttpMethodName |
BaseRequest.getHttpMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseRequest.setHttpMethod(HttpMethodName httpMethod) |
| Constructor and Description |
|---|
BaseRequest(HttpMethodName httpMethod,
String path,
Map<String,String> parameters,
Map<String,String> headers) |
InternalRequest(HttpMethodName httpMethod,
URI uri) |
Copyright © 2026. All rights reserved.