| Package | Description |
|---|---|
| com.aliyun.tea.interceptor |
| Modifier and Type | Method and Description |
|---|---|
InterceptorContext |
InterceptorContext.addRuntimeOptions(String key,
Object value) |
InterceptorContext |
InterceptorContext.copy() |
static InterceptorContext |
InterceptorContext.create() |
InterceptorContext |
InterceptorChain.modifyRequest(InterceptorContext context,
AttributeMap attributes) |
InterceptorContext |
InterceptorChain.modifyResponse(InterceptorContext context,
AttributeMap attributes) |
InterceptorContext |
InterceptorChain.modifyRuntimeOptions(InterceptorContext context,
AttributeMap attributes) |
InterceptorContext |
InterceptorContext.setRuntimeOptions(Map<String,Object> runtimeOptions) |
InterceptorContext |
InterceptorContext.setTeaRequest(TeaRequest teaRequest) |
InterceptorContext |
InterceptorContext.setTeaResponse(TeaResponse teaResponse) |
| Modifier and Type | Method and Description |
|---|---|
InterceptorContext |
InterceptorChain.modifyRequest(InterceptorContext context,
AttributeMap attributes) |
TeaRequest |
RequestInterceptor.modifyRequest(InterceptorContext context,
AttributeMap attributes) |
InterceptorContext |
InterceptorChain.modifyResponse(InterceptorContext context,
AttributeMap attributes) |
TeaResponse |
ResponseInterceptor.modifyResponse(InterceptorContext context,
AttributeMap attributes) |
InterceptorContext |
InterceptorChain.modifyRuntimeOptions(InterceptorContext context,
AttributeMap attributes) |
Map<String,Object> |
RuntimeOptionsInterceptor.modifyRuntimeOptions(InterceptorContext context,
AttributeMap attributes) |
Copyright © 2024. All rights reserved.