public class InterceptorChain extends Object
| 构造器和说明 |
|---|
InterceptorChain() |
| 限定符和类型 | 方法和说明 |
|---|---|
InterceptorChain |
appendRequestInterceptor(RequestInterceptor interceptor) |
InterceptorChain |
appendResponseInterceptor(ResponseInterceptor interceptor) |
InterceptorContext |
executeRequest(InterceptorContext context) |
InterceptorContext |
executeResponse(InterceptorContext context) |
InterceptorChain |
insertRequestInterceptor(RequestInterceptor interceptor,
String afterName) |
InterceptorChain |
insertResponseInterceptor(ResponseInterceptor interceptor,
String afterName) |
public InterceptorChain appendRequestInterceptor(RequestInterceptor interceptor)
public InterceptorChain insertRequestInterceptor(RequestInterceptor interceptor, String afterName)
public InterceptorChain appendResponseInterceptor(ResponseInterceptor interceptor)
public InterceptorChain insertResponseInterceptor(ResponseInterceptor interceptor, String afterName)
public InterceptorContext executeRequest(InterceptorContext context) throws ApiException
ApiExceptionpublic InterceptorContext executeResponse(InterceptorContext context) throws ApiException
ApiExceptionCopyright © 2025. All rights reserved.