跳过导航链接
A B C D E F G H I K M N O P Q R S T U V W 

A

ACCELERATE - 类 中的静态变量darabonba.core.EndpointType
 
action() - 类 中的方法darabonba.core.TeaRequest
 
addConfigurationInterceptor(ConfigurationInterceptor) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
addHttpRequestInterceptor(HttpRequestInterceptor) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
ADDITIONAL_HTTP_HEADERS - 类 中的静态变量darabonba.core.client.ClientOption
 
additionalHeaderNames() - 类 中的方法darabonba.core.TeaRequest
 
additionalUserAgent() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
addOutputInterceptor(OutputInterceptor) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
addRequestInterceptor(RequestInterceptor) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
addResponseInterceptor(ResponseInterceptor) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
adjustToModel(Map<String, ?>, T) - 类 中的静态方法darabonba.core.TeaModel
adjust to model
aggregateRetryCondition() - 类 中的方法darabonba.core.policy.retry.RetryPolicy
 
AndRetryCondition - darabonba.core.policy.retry.conditions中的类
 
applyClientConfiguration() - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
asByteArray() - 类 中的方法darabonba.core.ResponseBytes
 
asByteArrayUnsafe() - 类 中的方法darabonba.core.ResponseBytes
 
asByteBuffer() - 类 中的方法darabonba.core.ResponseBytes
 
assertAsArray(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
Assert a value, if it is a array, return it, otherwise throws
assertAsBoolean(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
Assert a value, if it is a boolean, return it, otherwise throws
assertAsBytes(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
Assert a value, if it is a bytes, return it, otherwise throws
assertAsMap(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
Assert a value, if it is a map, it, otherwise throws
assertAsNumber(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
Assert a value, if it is a number, return it, otherwise throws
assertAsReadable(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
Assert a value, if it is a readable, return it, otherwise throws
assertAsString(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
Assert a value, if it is a string, return it, otherwise throws
ASYNC_HTTP_CLIENT - 类 中的静态变量darabonba.core.client.ClientOption
 
AsyncRequestBody - darabonba.core.async中的接口
 
AsyncResponseHandler<ResponseT,ResultT> - darabonba.core.async中的接口
 
AttributeKey<T> - darabonba.core.internal中的类
 
AttributeKey(Class<T>) - 类 的构造器darabonba.core.internal.AttributeKey
 
AttributeKey(AttributeMap.Key.UnsafeValueType) - 类 的构造器darabonba.core.internal.AttributeKey
 

B

BackoffStrategy - darabonba.core.policy.retry.backoff中的接口
 
backoffStrategy() - 类 中的方法darabonba.core.policy.retry.RetryPolicy
 
backoffStrategy(BackoffStrategy) - 接口 中的方法darabonba.core.policy.retry.RetryPolicy.Builder
 
backoffStrategy(BackoffStrategy) - 类 中的方法darabonba.core.policy.retry.RetryPolicy.BuilderImpl
 
BASE_DELAY - 类 中的静态变量darabonba.core.policy.retry.RetryUtil
 
baseDelay(Duration) - 接口 中的方法darabonba.core.policy.retry.backoff.EqualJitterBackoffStrategy.Builder
 
baseDelay() - 接口 中的方法darabonba.core.policy.retry.backoff.EqualJitterBackoffStrategy.Builder
 
baseDelay(Duration) - 接口 中的方法darabonba.core.policy.retry.backoff.FullJitterBackoffStrategy.Builder
 
baseDelay() - 接口 中的方法darabonba.core.policy.retry.backoff.FullJitterBackoffStrategy.Builder
 
body() - 类 中的方法darabonba.core.TeaRequest
 
bodyConvert(RequestModel, boolean) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
bodyIsForm() - 类 中的方法darabonba.core.TeaRequest
 
bodyType() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
bodyType(String) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
bodyType() - 类 中的方法darabonba.core.TeaRequest
 
build() - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
build() - 接口 中的方法darabonba.core.client.IClientBuilder
 
build() - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
build() - 接口 中的方法darabonba.core.policy.retry.backoff.EqualJitterBackoffStrategy.Builder
 
build() - 接口 中的方法darabonba.core.policy.retry.backoff.FullJitterBackoffStrategy.Builder
 
build() - 接口 中的方法darabonba.core.policy.retry.RetryPolicy.Builder
 
build() - 类 中的方法darabonba.core.policy.retry.RetryPolicy.BuilderImpl
 
build() - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext.Builder
 
build() - 接口 中的方法darabonba.core.RequestModel.Builder
 
build() - 接口 中的方法darabonba.core.TeaAsyncHandler.Builder
 
build(Map<String, ?>, T) - 类 中的静态方法darabonba.core.TeaModel
 
buildClient() - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
builder() - 类 中的静态方法darabonba.core.interceptor.InterceptorContext
 
builder() - 类 中的静态方法darabonba.core.policy.retry.backoff.EqualJitterBackoffStrategy
 
builder() - 类 中的静态方法darabonba.core.policy.retry.backoff.FullJitterBackoffStrategy
 
builder() - 类 中的静态方法darabonba.core.policy.retry.RetryPolicy
 
builder() - 类 中的静态方法darabonba.core.policy.retry.RetryPolicyContext
 
BuilderImpl() - 类 的构造器darabonba.core.RequestModel.BuilderImpl
 
BuilderImpl(RequestModel) - 类 的构造器darabonba.core.RequestModel.BuilderImpl
 
BuilderImpl() - 类 的构造器darabonba.core.TeaAsyncHandler.BuilderImpl
 
buildMap(TeaModel) - 类 中的静态方法darabonba.core.TeaModel
 
buildMap(TeaPair...) - 类 中的静态方法darabonba.core.utils.CommonUtil
 
ByteArrayAsyncRequestBody - darabonba.core.internal.async中的类
 
ByteArrayAsyncRequestBody(byte[]) - 类 的构造器darabonba.core.internal.async.ByteArrayAsyncRequestBody
 
ByteArrayAsyncResponseHandler<ResponseT> - darabonba.core.async中的类
 
ByteArrayAsyncResponseHandler() - 类 的构造器darabonba.core.async.ByteArrayAsyncResponseHandler
 

C

calculateExponentialDelay(int, Duration, Duration) - 接口 中的方法darabonba.core.policy.retry.backoff.BackoffStrategy
 
cancel() - 类 中的方法darabonba.core.internal.async.NoopSubscription
 
ClientConfiguration - darabonba.core.client中的类
 
clientConfiguration - 类 中的变量darabonba.core.client.DefaultClientBuilder
 
clientConfiguration() - 类 中的方法darabonba.core.TeaConfiguration
 
ClientException - darabonba.core.exception中的异常错误
 
ClientException() - 异常错误 的构造器darabonba.core.exception.ClientException
 
ClientException(String) - 异常错误 的构造器darabonba.core.exception.ClientException
 
ClientException(Throwable) - 异常错误 的构造器darabonba.core.exception.ClientException
 
ClientException(String, Throwable) - 异常错误 的构造器darabonba.core.exception.ClientException
 
ClientException(String, Throwable, boolean, boolean) - 异常错误 的构造器darabonba.core.exception.ClientException
 
ClientExecutionParams<InputT extends RequestModel,OutputT extends TeaModel> - darabonba.core.client中的类
 
ClientExecutionParams() - 类 的构造器darabonba.core.client.ClientExecutionParams
 
ClientOption<T> - darabonba.core.client中的类
 
ClientOption(Class<T>) - 类 的构造器darabonba.core.client.ClientOption
 
ClientOption(AttributeMap.Key.UnsafeValueType) - 类 的构造器darabonba.core.client.ClientOption
 
ClientOverrideConfiguration - darabonba.core.client中的类
 
CLOCK_SKEW_DIFF - 类 中的静态变量darabonba.core.client.ClientOption
 
close() - 类 中的方法darabonba.core.client.ClientConfiguration
 
close() - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
close() - 类 中的方法darabonba.core.TeaAsyncHandler
 
CommonUtil - darabonba.core.utils中的类
 
CommonUtil() - 类 的构造器darabonba.core.utils.CommonUtil
 
composeUrl(String, Map<String, String>, String, String) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
computeDelayBeforeNextRetry(RetryPolicyContext) - 接口 中的方法darabonba.core.policy.retry.backoff.BackoffStrategy
 
computeDelayBeforeNextRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.backoff.EqualJitterBackoffStrategy
 
computeDelayBeforeNextRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.backoff.FixedDelayBackoffStrategy
 
computeDelayBeforeNextRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.backoff.FullJitterBackoffStrategy
 
configuration(TeaConfiguration) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
configuration() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
configuration(ClientConfiguration) - 接口 中的方法darabonba.core.TeaAsyncHandler.Builder
 
configuration(ClientConfiguration) - 类 中的方法darabonba.core.TeaAsyncHandler.BuilderImpl
 
configuration() - 类 中的方法darabonba.core.TeaAsyncHandler
 
ConfigurationInterceptor - darabonba.core.interceptor中的接口
 
confirmType(Class, Object) - 类 中的静态方法darabonba.core.TeaModel
 
confirmType(Class, Object, String) - 类 中的静态方法darabonba.core.TeaModel
 
CONNECT_TIMEOUT - 类 中的静态变量darabonba.core.client.ClientOption
 
connectTimeout() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
connectTimeout() - 类 中的方法darabonba.core.RequestConfiguration
 
connectTimeout() - 类 中的方法darabonba.core.TeaConfiguration
 
Constants - darabonba.core.utils中的类
 
Constants() - 类 的构造器darabonba.core.utils.Constants
 
contentLength() - 类 中的方法darabonba.core.internal.async.ByteArrayAsyncRequestBody
 
contentLength() - 类 中的方法darabonba.core.internal.async.FileAsyncRequestBody
 
contentLength() - 接口 中的方法darabonba.core.TeaRequestBody
 
ContentStreamProvider - darabonba.core.sync中的接口
 
contentType() - 类 中的方法darabonba.core.internal.async.ByteArrayAsyncRequestBody
 
contentType() - 类 中的方法darabonba.core.internal.async.FileAsyncRequestBody
 
contentType() - 接口 中的方法darabonba.core.TeaRequestBody
 
copy() - 类 中的方法darabonba.core.client.ClientConfiguration
 
copy() - 类 中的方法darabonba.core.RequestConfiguration
 
copy() - 类 中的方法darabonba.core.TeaConfiguration
 
copy() - 类 中的方法darabonba.core.TeaRequest
 
create() - 类 中的静态方法darabonba.core.client.ClientConfiguration
 
create() - 类 中的静态方法darabonba.core.client.ClientOverrideConfiguration
 
create() - 类 中的静态方法darabonba.core.interceptor.InterceptorChain
 
create(Duration) - 类 中的静态方法darabonba.core.policy.retry.backoff.FixedDelayBackoffStrategy
 
create(RetryCondition...) - 类 中的静态方法darabonba.core.policy.retry.conditions.AndRetryCondition
 
create(Set<Class<? extends Exception>>) - 类 中的静态方法darabonba.core.policy.retry.conditions.ExceptionsCondition
 
create(Class<? extends Exception>...) - 类 中的静态方法darabonba.core.policy.retry.conditions.ExceptionsCondition
 
create(int) - 类 中的静态方法darabonba.core.policy.retry.conditions.MaxRetriesCondition
 
create(RetryCondition...) - 类 中的静态方法darabonba.core.policy.retry.conditions.OrRetryCondition
 
create(Set<Integer>) - 类 中的静态方法darabonba.core.policy.retry.conditions.StatusCodeCondition
 
create(Integer...) - 类 中的静态方法darabonba.core.policy.retry.conditions.StatusCodeCondition
 
create() - 类 中的静态方法darabonba.core.RequestConfiguration
 
create() - 类 中的静态方法darabonba.core.TeaConfiguration
 
create() - 类 中的静态方法darabonba.core.TeaRequest
 
create() - 类 中的静态方法darabonba.core.TeaResponse
 
credentialProvider() - 类 中的方法darabonba.core.TeaConfiguration
 
CREDENTIALS_PROVIDER - 类 中的静态变量darabonba.core.client.ClientOption
 
credentialsProvider(ICredentialProvider) - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
credentialsProvider(ICredentialProvider) - 接口 中的方法darabonba.core.client.IClientBuilder
 

D

darabonba.core - 程序包 darabonba.core
 
darabonba.core.async - 程序包 darabonba.core.async
 
darabonba.core.client - 程序包 darabonba.core.client
 
darabonba.core.exception - 程序包 darabonba.core.exception
 
darabonba.core.interceptor - 程序包 darabonba.core.interceptor
 
darabonba.core.internal - 程序包 darabonba.core.internal
 
darabonba.core.internal.async - 程序包 darabonba.core.internal.async
 
darabonba.core.internal.sync - 程序包 darabonba.core.internal.sync
 
darabonba.core.policy - 程序包 darabonba.core.policy
 
darabonba.core.policy.retry - 程序包 darabonba.core.policy.retry
 
darabonba.core.policy.retry.backoff - 程序包 darabonba.core.policy.retry.backoff
 
darabonba.core.policy.retry.conditions - 程序包 darabonba.core.policy.retry.conditions
 
darabonba.core.sync - 程序包 darabonba.core.sync
 
darabonba.core.utils - 程序包 darabonba.core.utils
 
DEFAULT - 类 中的静态变量darabonba.core.policy.retry.conditions.SdkRetryCondition
 
DEFAULT_BUFFER_SIZE - 类 中的静态变量darabonba.core.utils.Constants
 
DEFAULT_FILE_SIZE_LIMIT - 类 中的静态变量darabonba.core.utils.Constants
 
DEFAULT_MAX_RETRIES - 类 中的静态变量darabonba.core.policy.retry.RetryUtil
 
DEFAULT_STREAM_BUFFER_SIZE - 类 中的静态变量darabonba.core.utils.Constants
 
DEFAULT_USER_AGENT_HEADER - 类 中的静态变量darabonba.core.policy.UserAgentPolicy
 
defaultAny(Object, Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
If inputValue is not null, return it or return defaultValue
DefaultClientBuilder<B extends IClientBuilder<B,C>,C> - darabonba.core.client中的类
 
DefaultClientBuilder() - 类 的构造器darabonba.core.client.DefaultClientBuilder
 
defaultRetryCondition() - 接口 中的静态方法darabonba.core.policy.retry.conditions.RetryCondition
 
defaultRetryPolicy() - 类 中的静态方法darabonba.core.policy.retry.RetryPolicy
 
defaultStrategy() - 接口 中的静态方法darabonba.core.policy.retry.backoff.BackoffStrategy
 
defaultThrottlingStrategy() - 接口 中的静态方法darabonba.core.policy.retry.backoff.BackoffStrategy
 
deserializedBody() - 类 中的方法darabonba.core.TeaResponse
 

E

empty() - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
empty() - 接口 中的静态方法darabonba.core.sync.RequestBody
 
ENDPOINT - 类 中的静态变量darabonba.core.client.ClientOption
 
endpoint() - 类 中的方法darabonba.core.TeaConfiguration
 
ENDPOINT_TYPE - 类 中的静态变量darabonba.core.client.ClientOption
 
ENDPOINT_URI - 类 中的静态变量darabonba.core.client.ClientOption
 
endpointMap() - 类 中的方法darabonba.core.TeaRequest
 
endpointOverride() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
endpointRule() - 类 中的方法darabonba.core.TeaRequest
 
endpointType() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
EndpointType - darabonba.core中的类
 
endpointType() - 类 中的方法darabonba.core.TeaConfiguration
 
EqualJitterBackoffStrategy - darabonba.core.policy.retry.backoff中的类
 
EqualJitterBackoffStrategy.Builder - darabonba.core.policy.retry.backoff中的接口
 
exception(Throwable) - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext.Builder
 
exception() - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext
 
exception() - 类 中的方法darabonba.core.TeaResponse
 
ExceptionsCondition - darabonba.core.policy.retry.conditions中的类
 
execute(ClientExecutionParams<InputT, OutputT>) - 接口 中的方法darabonba.core.client.IAsyncHandler
 
execute(ClientExecutionParams<InputT, OutputT>) - 类 中的方法darabonba.core.TeaAsyncHandler
 

F

FileAsyncRequestBody - darabonba.core.internal.async中的类
 
FileAsyncRequestBody(Path) - 类 的构造器darabonba.core.internal.async.FileAsyncRequestBody
 
FileAsyncRequestBody(Path, int) - 类 的构造器darabonba.core.internal.async.FileAsyncRequestBody
 
FileAsyncResponseHandler<ResponseT> - darabonba.core.async中的类
 
FileAsyncResponseHandler(Path) - 类 的构造器darabonba.core.async.FileAsyncResponseHandler
 
FileContentStreamProvider - darabonba.core.internal.sync中的类
 
FileContentStreamProvider(Path) - 类 的构造器darabonba.core.internal.sync.FileContentStreamProvider
 
FileContentStreamProvider(Path, long) - 类 的构造器darabonba.core.internal.sync.FileContentStreamProvider
 
finalizeChildConfiguration(ClientConfiguration) - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
finalizeChildConfiguration(ClientConfiguration) - 类 中的方法darabonba.core.TeaClientBuilder
 
finalizeServiceConfiguration(ClientConfiguration) - 类 中的方法darabonba.core.TeaClientBuilder
 
FixedDelayBackoffStrategy - darabonba.core.policy.retry.backoff中的类
 
formModel(RequestModel) - 类 中的方法darabonba.core.TeaRequest
 
fromByteArray(ResponseT, byte[]) - 类 中的静态方法darabonba.core.ResponseBytes
 
fromByteArrayUnsafe(ResponseT, byte[]) - 类 中的静态方法darabonba.core.ResponseBytes
 
fromByteBuffer(ByteBuffer) - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
fromByteBuffer(ByteBuffer) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromBytes(byte[]) - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
fromBytes(byte[]) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromBytes(byte[], String) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromBytesDirect(byte[]) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromBytesDirect(byte[], String) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromContentProvider(ContentStreamProvider, Long, String) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromFile(Path) - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
fromFile(File) - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
fromFile(File) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromFile(Path) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromFile(Path, String) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromInputStream(ResponseT, InputStream) - 类 中的静态方法darabonba.core.ResponseBytes
 
fromInputStream(InputStream) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromInputStream(InputStream, Long) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromInputStream(InputStream, Long, String) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromPublisher(Publisher<ByteBuffer>) - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
fromRemainingByteBuffer(ByteBuffer) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromString(String, Charset) - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
fromString(String) - 接口 中的静态方法darabonba.core.async.AsyncRequestBody
 
fromString(String) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromString(String, Charset) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
fromString(String, Charset, String) - 接口 中的静态方法darabonba.core.sync.RequestBody
 
FullJitterBackoffStrategy - darabonba.core.policy.retry.backoff中的类
 
FullJitterBackoffStrategy.Builder - darabonba.core.policy.retry.backoff中的接口
 

G

getAttributes() - 类 中的方法darabonba.core.client.ClientConfiguration
 
getBodyParameters() - 类 中的方法darabonba.core.RequestModel
 
getDateUTCString() - 类 中的静态方法darabonba.core.utils.CommonUtil
Get an UTC format string by current date, e.g.
getEncodePath(String) - 类 中的静态方法darabonba.core.utils.CommonUtil
 
getHeaderParameters() - 类 中的方法darabonba.core.RequestModel
 
getHostParameters() - 类 中的方法darabonba.core.RequestModel
 
getInput() - 类 中的方法darabonba.core.client.ClientExecutionParams
 
getNonce() - 类 中的静态方法darabonba.core.utils.CommonUtil
Generate a nonce string
getOffset() - 类 中的方法darabonba.core.internal.sync.FileContentStreamProvider
 
getOutput() - 类 中的方法darabonba.core.client.ClientExecutionParams
 
getPathParameters() - 类 中的方法darabonba.core.RequestModel
 
getQueryParameters() - 类 中的方法darabonba.core.RequestModel
 
getRequest() - 类 中的方法darabonba.core.client.ClientExecutionParams
 
getRequestBody() - 类 中的方法darabonba.core.client.ClientExecutionParams
 
getRequestConfiguration() - 类 中的方法darabonba.core.RequestModel
 
getResponseHandler() - 类 中的方法darabonba.core.client.ClientExecutionParams
 
getTimestamp() - 类 中的静态方法darabonba.core.utils.CommonUtil
Get timestamp

H

headers() - 类 中的方法darabonba.core.TeaRequest
 
headersConvert(RequestModel) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
hostConvert(RequestModel) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
hostMap() - 类 中的方法darabonba.core.TeaRequest
 
HTTP_METHOD - 类 中的静态变量darabonba.core.client.ClientOption
 
HTTP_PORT - 类 中的静态变量darabonba.core.client.ClientOption
 
HTTP_PROTOCOL - 类 中的静态变量darabonba.core.client.ClientOption
 
HTTP_RESPONSE_HANDLER - 类 中的静态变量darabonba.core.internal.AttributeKey
 
httpClient(HttpClient) - 接口 中的方法darabonba.core.TeaAsyncHandler.Builder
 
httpClient(HttpClient) - 类 中的方法darabonba.core.TeaAsyncHandler.BuilderImpl
 
httpClient() - 类 中的方法darabonba.core.TeaAsyncHandler
 
httpClient(HttpClient) - 类 中的方法darabonba.core.TeaClientBuilder
 
httpHeaders() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
httpHeaders() - 类 中的方法darabonba.core.RequestConfiguration
 
httpHeaders() - 类 中的方法darabonba.core.TeaConfiguration
 
httpMethod() - 类 中的方法darabonba.core.RequestConfiguration
 
httpRequest(HttpRequest) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
httpRequest() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
httpRequest(HttpRequest) - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext.Builder
 
httpRequest() - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext
 
HttpRequestInterceptor - darabonba.core.interceptor中的接口
 
httpResponse(HttpResponse) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
httpResponse() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
httpResponse(HttpResponse) - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext.Builder
 
httpResponse() - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext
 
httpResponse() - 类 中的方法darabonba.core.TeaResponse
 
httpStatusCode() - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext
 

I

IAsyncHandler - darabonba.core.client中的接口
 
IClientBuilder<B extends IClientBuilder<B,T>,T> - darabonba.core.client中的接口
 
INNER - 类 中的静态变量darabonba.core.EndpointType
 
INTERCEPTOR_CHAIN - 类 中的静态变量darabonba.core.client.ClientOption
 
InterceptorChain - darabonba.core.interceptor中的类
 
InterceptorContext<OutputT extends TeaModel> - darabonba.core.interceptor中的类
 
InterceptorContext.Builder - darabonba.core.interceptor中的类
 
INTRANET - 类 中的静态变量darabonba.core.EndpointType
 
IP_ALL - 类 中的静态变量darabonba.core.EndpointType
 
IPv6 - 类 中的静态变量darabonba.core.EndpointType
 
is2xx(Number) - 类 中的静态方法darabonba.core.utils.CommonUtil
If the code between 200 and 300, return true, or return false
is3xx(Number) - 类 中的静态方法darabonba.core.utils.CommonUtil
If the code between 300 and 400, return true, or return false
is4xx(Number) - 类 中的静态方法darabonba.core.utils.CommonUtil
If the code between 400 and 500, return true, or return false
is5xx(Number) - 类 中的静态方法darabonba.core.utils.CommonUtil
If the code between 500 and 600, return true, or return false
isNot2xx(Number) - 类 中的静态方法darabonba.core.utils.CommonUtil
If the code after 300, return true, or return false
isUnset(Object) - 类 中的静态方法darabonba.core.utils.CommonUtil
 

K

KB - 类 中的静态变量darabonba.core.utils.Constants
 
key - 类 中的变量darabonba.core.TeaPair
 

M

MAX_BACKOFF - 类 中的静态变量darabonba.core.policy.retry.RetryUtil
 
maxBackoffTime(Duration) - 接口 中的方法darabonba.core.policy.retry.backoff.EqualJitterBackoffStrategy.Builder
 
maxBackoffTime() - 接口 中的方法darabonba.core.policy.retry.backoff.EqualJitterBackoffStrategy.Builder
 
maxBackoffTime(Duration) - 接口 中的方法darabonba.core.policy.retry.backoff.FullJitterBackoffStrategy.Builder
 
maxBackoffTime() - 接口 中的方法darabonba.core.policy.retry.backoff.FullJitterBackoffStrategy.Builder
 
MaxRetriesCondition - darabonba.core.policy.retry.conditions中的类
 
merge(ClientConfiguration) - 类 中的方法darabonba.core.client.ClientConfiguration
 
merge(Class<T>, Object...) - 类 中的静态方法darabonba.core.utils.CommonUtil
 
mergeChildDefaults(ClientConfiguration) - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
mergeChildDefaults(ClientConfiguration) - 类 中的方法darabonba.core.TeaClientBuilder
 
mergeServiceDefaults(ClientConfiguration) - 类 中的方法darabonba.core.TeaClientBuilder
 
method() - 类 中的方法darabonba.core.TeaConfiguration
 
method() - 类 中的方法darabonba.core.TeaRequest
 
ModelUtil - darabonba.core.utils中的类
 
ModelUtil() - 类 的构造器darabonba.core.utils.ModelUtil
 
modifyConfiguration(InterceptorContext, AttributeMap) - 接口 中的方法darabonba.core.interceptor.ConfigurationInterceptor
 
modifyConfiguration(InterceptorContext, AttributeMap) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
modifyHttpRequest(InterceptorContext, AttributeMap) - 接口 中的方法darabonba.core.interceptor.HttpRequestInterceptor
 
modifyHttpRequest(InterceptorContext, AttributeMap) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
modifyOutput(InterceptorContext, AttributeMap) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
modifyOutput(InterceptorContext, AttributeMap) - 接口 中的方法darabonba.core.interceptor.OutputInterceptor
 
modifyRequest(InterceptorContext, AttributeMap) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
modifyRequest(InterceptorContext, AttributeMap) - 接口 中的方法darabonba.core.interceptor.RequestInterceptor
 
modifyResponse(InterceptorContext, AttributeMap) - 类 中的方法darabonba.core.interceptor.InterceptorChain
 
modifyResponse(InterceptorContext, AttributeMap) - 接口 中的方法darabonba.core.interceptor.ResponseInterceptor
 

N

newStream() - 类 中的方法darabonba.core.internal.sync.FileContentStreamProvider
 
newStream() - 接口 中的方法darabonba.core.sync.ContentStreamProvider
 
newStream() - 接口 中的方法darabonba.core.sync.RequestBody
 
none() - 接口 中的静态方法darabonba.core.policy.retry.backoff.BackoffStrategy
 
none() - 接口 中的静态方法darabonba.core.policy.retry.conditions.RetryCondition
A retry condition that will NEVER allow retries.
NONE - 类 中的静态变量darabonba.core.policy.retry.conditions.SdkRetryCondition
 
none() - 类 中的静态方法darabonba.core.policy.retry.RetryPolicy
 
NoopSubscription - darabonba.core.internal.async中的类
 
NoopSubscription(Subscriber<?>) - 类 的构造器darabonba.core.internal.async.NoopSubscription
 
numRetries(Integer) - 接口 中的方法darabonba.core.policy.retry.RetryPolicy.Builder
 
numRetries(Integer) - 类 中的方法darabonba.core.policy.retry.RetryPolicy.BuilderImpl
 
numRetries() - 类 中的方法darabonba.core.policy.retry.RetryPolicy
 

O

onStream(Publisher<ByteBuffer>) - 接口 中的方法darabonba.core.async.AsyncResponseHandler
 
onStream(Publisher<ByteBuffer>) - 类 中的方法darabonba.core.async.ByteArrayAsyncResponseHandler
 
onStream(Publisher<ByteBuffer>) - 类 中的方法darabonba.core.async.FileAsyncResponseHandler
 
option(ClientOption<T>) - 类 中的方法darabonba.core.client.ClientConfiguration
 
OrRetryCondition - darabonba.core.policy.retry.conditions中的类
 
output(TeaModel) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
output() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
OutputInterceptor - darabonba.core.interceptor中的接口
 
overrideConfiguration(ClientOverrideConfiguration) - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
overrideConfiguration(ClientOverrideConfiguration) - 接口 中的方法darabonba.core.client.IClientBuilder
 

P

parseHeaders(Map<String, Object>) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
parseNumber(Object, Class) - 类 中的静态方法darabonba.core.utils.CommonUtil
 
parseObject(Object) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
parseStream(Map<String, Object>) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
pathConvert(RequestModel, String) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
pathname() - 类 中的方法darabonba.core.TeaRequest
 
pathRegex() - 类 中的方法darabonba.core.TeaRequest
 
product() - 类 中的方法darabonba.core.TeaRequest
 
protocol() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
protocol() - 类 中的方法darabonba.core.TeaConfiguration
 
PROXY - 类 中的静态变量darabonba.core.EndpointType
 
PUBLIC - 类 中的静态变量darabonba.core.EndpointType
POP Endpoint Type.
putBodyParameter(String, Object) - 类 中的方法darabonba.core.RequestModel.BuilderImpl
 
putHeaderParameter(String, Object) - 类 中的方法darabonba.core.RequestModel.BuilderImpl
 
putHostParameter(String, Object) - 类 中的方法darabonba.core.RequestModel.BuilderImpl
 
putPathParameter(String, Object) - 类 中的方法darabonba.core.RequestModel.BuilderImpl
 
putQueryParameter(String, Object) - 类 中的方法darabonba.core.RequestModel.BuilderImpl
 

Q

query() - 类 中的方法darabonba.core.TeaRequest
 
query(Map<String, ?>) - 类 中的静态方法darabonba.core.utils.ModelUtil
Parse filter into a object which's type is map[string]string
queryConvert(RequestModel) - 类 中的静态方法darabonba.core.utils.ModelUtil
 

R

READ_TIMEOUT - 类 中的静态变量darabonba.core.client.ClientOption
 
REGION - 类 中的静态变量darabonba.core.client.ClientOption
 
region(String) - 类 中的方法darabonba.core.client.DefaultClientBuilder
 
region(String) - 接口 中的方法darabonba.core.client.IClientBuilder
 
region() - 类 中的方法darabonba.core.TeaConfiguration
 
reqBodyType() - 类 中的方法darabonba.core.TeaRequest
 
request(long) - 类 中的方法darabonba.core.internal.async.NoopSubscription
 
RequestBody - darabonba.core.sync中的接口
 
RequestConfiguration - darabonba.core中的类
 
requestConfiguration(RequestConfiguration) - 接口 中的方法darabonba.core.RequestModel.Builder
 
requestConfiguration(RequestConfiguration) - 类 中的方法darabonba.core.RequestModel.BuilderImpl
 
requestConfiguration() - 类 中的方法darabonba.core.TeaConfiguration
 
requestConfiguration() - 类 中的方法darabonba.core.TeaRequest
 
RequestInterceptor - darabonba.core.interceptor中的接口
 
RequestModel - darabonba.core中的类
 
RequestModel(RequestModel.BuilderImpl<?, ?>) - 类 的构造器darabonba.core.RequestModel
 
RequestModel.Builder<ProviderT extends RequestModel,BuilderT extends RequestModel.Builder> - darabonba.core中的接口
 
RequestModel.BuilderImpl<ProviderT extends RequestModel,BuilderT extends RequestModel.Builder> - darabonba.core中的类
 
RequestStyle - darabonba.core中的枚举
 
requestSucceeded(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.OrRetryCondition
 
requestSucceeded(RetryPolicyContext) - 接口 中的方法darabonba.core.policy.retry.conditions.RetryCondition
 
requestWillNotBeRetried(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.AndRetryCondition
 
requestWillNotBeRetried(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.OrRetryCondition
 
requestWillNotBeRetried(RetryPolicyContext) - 接口 中的方法darabonba.core.policy.retry.conditions.RetryCondition
 
resource() - 类 中的方法darabonba.core.TeaRequest
 
response() - 类 中的方法darabonba.core.ResponseBytes
 
RESPONSE_TIMEOUT - 类 中的静态变量darabonba.core.client.ClientOption
 
ResponseBytes<ResponseT> - darabonba.core中的类
 
ResponseInterceptor - darabonba.core.interceptor中的接口
 
responseTimeout() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
responseTimeout() - 类 中的方法darabonba.core.RequestConfiguration
 
responseTimeout() - 类 中的方法darabonba.core.TeaConfiguration
 
RETRIES_ATTEMPTED_CEILING - 接口 中的静态变量darabonba.core.policy.retry.backoff.BackoffStrategy
Max permitted retry times.
retriesAttempted(int) - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext.Builder
 
retriesAttempted() - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext
 
RETRY_POLICY - 类 中的静态变量darabonba.core.client.ClientOption
 
RETRYABLE_EXCEPTIONS - 类 中的静态变量darabonba.core.policy.retry.RetryUtil
 
RETRYABLE_STATUS_CODES - 类 中的静态变量darabonba.core.policy.retry.RetryUtil
 
RetryCondition - darabonba.core.policy.retry.conditions中的接口
 
retryCondition(RetryCondition) - 接口 中的方法darabonba.core.policy.retry.RetryPolicy.Builder
 
retryCondition(RetryCondition) - 类 中的方法darabonba.core.policy.retry.RetryPolicy.BuilderImpl
 
retryCondition() - 类 中的方法darabonba.core.policy.retry.RetryPolicy
 
retryPolicy() - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
RetryPolicy - darabonba.core.policy.retry中的类
 
RetryPolicy.Builder - darabonba.core.policy.retry中的接口
 
RetryPolicy.BuilderImpl - darabonba.core.policy.retry中的类
Builder for a RetryPolicy.
RetryPolicyContext - darabonba.core.policy.retry中的类
 
RetryPolicyContext.Builder - darabonba.core.policy.retry中的类
 
RetryUtil - darabonba.core.policy.retry中的类
 
RetryUtil() - 类 的构造器darabonba.core.policy.retry.RetryUtil
 

S

SdkRetryCondition - darabonba.core.policy.retry.conditions中的类
 
ServerException - darabonba.core.exception中的异常错误
 
ServerException() - 异常错误 的构造器darabonba.core.exception.ServerException
 
ServerException(String) - 异常错误 的构造器darabonba.core.exception.ServerException
 
ServerException(Throwable) - 异常错误 的构造器darabonba.core.exception.ServerException
 
ServerException(String, Throwable) - 异常错误 的构造器darabonba.core.exception.ServerException
 
ServerException(String, Throwable, boolean, boolean) - 异常错误 的构造器darabonba.core.exception.ServerException
 
SERVICE_CONFIGURATION - 类 中的静态变量darabonba.core.client.ClientOption
 
SERVICE_NAME - 类 中的静态变量darabonba.core.client.ClientOption
 
ServiceConfiguration - darabonba.core中的接口
 
serviceConfiguration() - 类 中的方法darabonba.core.TeaConfiguration
 
serviceName() - 类 中的方法darabonba.core.TeaClientBuilder
 
serviceName() - 类 中的方法darabonba.core.TeaConfiguration
 
setAction(String) - 类 中的方法darabonba.core.TeaRequest
 
setAdditionalHeaderNames(Set<String>) - 类 中的方法darabonba.core.TeaRequest
 
setAdditionalUserAgent(String) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setBody(Object) - 类 中的方法darabonba.core.TeaRequest
 
setBodyIsForm(Boolean) - 类 中的方法darabonba.core.TeaRequest
 
setBodyType(String) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setBodyType(String) - 类 中的方法darabonba.core.TeaRequest
 
setConfiguration(TeaConfiguration) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setConnectTimeout(Duration) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setConnectTimeout(Duration) - 类 中的方法darabonba.core.RequestConfiguration
 
setDeserializedBody(Object) - 类 中的方法darabonba.core.TeaResponse
 
setEndpoint(String) - 类 中的方法darabonba.core.TeaConfiguration
 
setEndpointMap(Map<String, String>) - 类 中的方法darabonba.core.TeaRequest
 
setEndpointOverride(String) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setEndpointRule(String) - 类 中的方法darabonba.core.TeaRequest
 
setEndpointType(String) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setException(Exception) - 类 中的方法darabonba.core.TeaResponse
 
setHeaders(HttpHeaders) - 类 中的方法darabonba.core.TeaRequest
 
setHostMap(Map<String, String>) - 类 中的方法darabonba.core.TeaRequest
 
setHttpHeaders(HttpHeaders) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setHttpHeaders(HttpHeaders) - 类 中的方法darabonba.core.RequestConfiguration
 
setHttpMethod(HttpMethod) - 类 中的方法darabonba.core.RequestConfiguration
 
setHttpRequest(HttpRequest) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setHttpResponse(HttpResponse) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setHttpResponse(HttpResponse) - 类 中的方法darabonba.core.TeaResponse
 
setMethod(HttpMethod) - 类 中的方法darabonba.core.TeaRequest
 
setOption(ClientOption<T>, T) - 类 中的方法darabonba.core.client.ClientConfiguration
 
setOutput(OutputT) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setPathname(String) - 类 中的方法darabonba.core.TeaRequest
 
setPathRegex(String) - 类 中的方法darabonba.core.TeaRequest
 
setProduct(String) - 类 中的方法darabonba.core.TeaRequest
 
setProtocol(String) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setQuery(Map<String, String>) - 类 中的方法darabonba.core.TeaRequest
 
setReqBodyType(String) - 类 中的方法darabonba.core.TeaRequest
 
setRequestConfiguration(RequestConfiguration) - 类 中的方法darabonba.core.TeaRequest
 
setResource(List<String>) - 类 中的方法darabonba.core.TeaRequest
 
setResponseTimeout(Duration) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setResponseTimeout(Duration) - 类 中的方法darabonba.core.RequestConfiguration
 
setRetryPolicy(RetryPolicy) - 类 中的方法darabonba.core.client.ClientOverrideConfiguration
 
setStream(InputStream) - 类 中的方法darabonba.core.TeaRequest
 
setStyle(RequestStyle) - 类 中的方法darabonba.core.TeaRequest
 
setSuccess(boolean) - 类 中的方法darabonba.core.TeaResponse
 
setTeaRequest(TeaRequest) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setTeaRequestBody(RequestBody) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setTeaResponse(TeaResponse) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setTeaResponseHandler(TeaResponseHandler) - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
setVersion(String) - 类 中的方法darabonba.core.TeaRequest
 
SHARE - 类 中的静态变量darabonba.core.EndpointType
 
shouldRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.AndRetryCondition
 
shouldRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.ExceptionsCondition
 
shouldRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.MaxRetriesCondition
 
shouldRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.OrRetryCondition
 
shouldRetry(RetryPolicyContext) - 接口 中的方法darabonba.core.policy.retry.conditions.RetryCondition
 
shouldRetry(RetryPolicyContext) - 类 中的方法darabonba.core.policy.retry.conditions.StatusCodeCondition
 
shrink(Object, String, String) - 类 中的方法darabonba.core.RequestModel.BuilderImpl
 
shrinkSpecifiedStyle(Object, String, String) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
SIGNER - 类 中的静态变量darabonba.core.client.ClientOption
 
StatusCodeCondition - darabonba.core.policy.retry.conditions中的类
 
stream() - 类 中的方法darabonba.core.TeaRequest
 
streamConvert(RequestModel) - 类 中的静态方法darabonba.core.utils.ModelUtil
 
style() - 类 中的方法darabonba.core.TeaRequest
 
subscribe(Subscriber<? super ByteBuffer>) - 类 中的方法darabonba.core.internal.async.ByteArrayAsyncRequestBody
 
subscribe(Subscriber<? super ByteBuffer>) - 类 中的方法darabonba.core.internal.async.FileAsyncRequestBody
 
success() - 类 中的方法darabonba.core.TeaResponse
 

T

TeaAsyncHandler - darabonba.core中的类
 
TeaAsyncHandler(ClientConfiguration) - 类 的构造器darabonba.core.TeaAsyncHandler
 
TeaAsyncHandler.Builder<ProviderT,BuilderT extends TeaAsyncHandler.Builder> - darabonba.core中的接口
 
TeaAsyncHandler.BuilderImpl<ProviderT,BuilderT extends TeaAsyncHandler.Builder> - darabonba.core中的类
 
TeaClientBuilder<BuilderT extends IClientBuilder<BuilderT,ClientT>,ClientT> - darabonba.core中的类
 
TeaClientBuilder() - 类 的构造器darabonba.core.TeaClientBuilder
 
TeaConfiguration - darabonba.core中的类
 
TeaConfiguration(ClientConfiguration, RequestConfiguration) - 类 的构造器darabonba.core.TeaConfiguration
 
TeaException - darabonba.core.exception中的异常错误
 
TeaException() - 异常错误 的构造器darabonba.core.exception.TeaException
 
TeaException(String) - 异常错误 的构造器darabonba.core.exception.TeaException
 
TeaException(Throwable) - 异常错误 的构造器darabonba.core.exception.TeaException
 
TeaException(String, Throwable) - 异常错误 的构造器darabonba.core.exception.TeaException
 
TeaException(String, Throwable, boolean, boolean) - 异常错误 的构造器darabonba.core.exception.TeaException
 
TeaModel - darabonba.core中的类
 
TeaModel() - 类 的构造器darabonba.core.TeaModel
 
TeaPair - darabonba.core中的类
 
TeaPair(String, Object) - 类 的构造器darabonba.core.TeaPair
 
teaRequest(TeaRequest) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
teaRequest() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
TeaRequest - darabonba.core中的类
 
teaRequestBody(TeaRequestBody) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
teaRequestBody() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
TeaRequestBody - darabonba.core中的接口
 
teaResponse(TeaResponse) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
teaResponse() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
TeaResponse - darabonba.core中的类
 
TeaResponse() - 类 的构造器darabonba.core.TeaResponse
 
teaResponseHandler(TeaResponseHandler) - 类 中的方法darabonba.core.interceptor.InterceptorContext.Builder
 
teaResponseHandler() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
TeaResponseHandler - darabonba.core中的接口
 
THROTTLED_BASE_DELAY - 类 中的静态变量darabonba.core.policy.retry.RetryUtil
 
toBuilder() - 类 中的方法darabonba.core.interceptor.InterceptorContext
 
toBuilder() - 类 中的方法darabonba.core.policy.retry.RetryPolicy
 
toBytes() - 接口 中的静态方法darabonba.core.async.AsyncResponseHandler
 
toFile(Path) - 接口 中的静态方法darabonba.core.async.AsyncResponseHandler
 
toFile(File) - 接口 中的静态方法darabonba.core.async.AsyncResponseHandler
 
toFormString(Map<String, ?>) - 类 中的静态方法darabonba.core.utils.ModelUtil
Format a map to form string, like a=a%20b%20c
TOKEN_BUCKET_SIZE - 类 中的静态变量darabonba.core.policy.retry.RetryUtil
 
toMap() - 类 中的方法darabonba.core.TeaModel
 
toMap(Object) - 类 中的静态方法darabonba.core.TeaModel
 
toMap(Object, boolean) - 类 中的静态方法darabonba.core.TeaModel
 
toMap(boolean) - 类 中的方法darabonba.core.TeaModel
 
toModel(Map<String, ?>, T) - 类 中的静态方法darabonba.core.TeaModel
strict to model
toString() - 类 中的方法darabonba.core.TeaRequest
 
totalRequests() - 类 中的方法darabonba.core.policy.retry.RetryPolicyContext
 
toUserAgentString(String) - 类 中的静态方法darabonba.core.policy.UserAgentPolicy
 
toUserAgentString(String, Configuration) - 类 中的静态方法darabonba.core.policy.UserAgentPolicy
 
transform(ResponseT) - 接口 中的方法darabonba.core.async.AsyncResponseHandler
 
transform(ResponseT) - 类 中的方法darabonba.core.async.ByteArrayAsyncResponseHandler
 
transform(ResponseT) - 类 中的方法darabonba.core.async.FileAsyncResponseHandler
 

U

USER_AGENT - 类 中的静态变量darabonba.core.client.ClientOption
 
USER_AGENT_SERVICE_SUFFIX - 类 中的静态变量darabonba.core.client.ClientOption
 
USER_AGENT_USER_SUFFIX - 类 中的静态变量darabonba.core.client.ClientOption
 
UserAgentPolicy - darabonba.core.policy中的类
 
UserAgentPolicy() - 类 的构造器darabonba.core.policy.UserAgentPolicy
 

V

validate() - 类 中的方法darabonba.core.TeaModel
 
ValidateException - darabonba.core.exception中的异常错误
 
ValidateException(String) - 异常错误 的构造器darabonba.core.exception.ValidateException
 
ValidateException(String, Exception) - 异常错误 的构造器darabonba.core.exception.ValidateException
 
validateParams(TeaModel, String) - 类 中的静态方法darabonba.core.TeaModel
 
validateRequestModel(RequestModel) - 类 中的方法darabonba.core.TeaAsyncHandler
 
value - 类 中的变量darabonba.core.TeaPair
 
valueOf(String) - 枚举 中的静态方法darabonba.core.RequestStyle
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法darabonba.core.RequestStyle
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
version() - 类 中的方法darabonba.core.TeaRequest
 
VPC - 类 中的静态变量darabonba.core.EndpointType
 

W

withInput(InputT) - 类 中的方法darabonba.core.client.ClientExecutionParams
 
withOutput(OutputT) - 类 中的方法darabonba.core.client.ClientExecutionParams
 
withRequest(TeaRequest) - 类 中的方法darabonba.core.client.ClientExecutionParams
 
withRequestBody(TeaRequestBody) - 类 中的方法darabonba.core.client.ClientExecutionParams
 
withResponseHandler(TeaResponseHandler) - 类 中的方法darabonba.core.client.ClientExecutionParams
 
WRITE_TIMEOUT - 类 中的静态变量darabonba.core.client.ClientOption
 
A B C D E F G H I K M N O P Q R S T U V W 
跳过导航链接

Copyright © 2023. All rights reserved.