public abstract class BasePathMatchInterceptor extends Object implements okhttp3.Interceptor
| 限定符和类型 | 字段和说明 |
|---|---|
protected String[] |
exclude |
protected String[] |
include |
protected org.springframework.util.PathMatcher |
pathMatcher |
| 构造器和说明 |
|---|
BasePathMatchInterceptor() |
protected String[] include
protected String[] exclude
protected org.springframework.util.PathMatcher pathMatcher
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain)
throws IOException
intercept 在接口中 okhttp3.InterceptorIOExceptionprotected abstract okhttp3.Response doIntercept(okhttp3.Interceptor.Chain chain)
throws IOException
chain - interceptor chainIOException - IOExceptionCopyright © 2024. All rights reserved.