public class InterceptorChainHolder extends Object
Copyright © 2022 xpc1024 All Rights Reserved
| 限定符和类型 | 字段和说明 |
|---|---|
protected InterceptorChain |
interceptorChain
拦截器链
|
| 构造器和说明 |
|---|
InterceptorChainHolder() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addInterceptor(Interceptor interceptor)
添加拦截器
|
static InterceptorChainHolder |
getInstance() |
InterceptorChain |
getInterceptorChain() |
void |
initInterceptorChain() |
protected InterceptorChain interceptorChain
public void addInterceptor(Interceptor interceptor)
interceptor - 拦截器public InterceptorChain getInterceptorChain()
public static InterceptorChainHolder getInstance()
public void initInterceptorChain()
Copyright © 2024. All rights reserved.