T
- 过滤参数类型,HttpRequest或者HttpResponse@FunctionalInterface public interface HttpInterceptor<T extends HttpBase<T>>
Modifier and Type | Interface and Description |
---|---|
static class |
HttpInterceptor.Chain<T extends HttpBase<T>>
拦截器链
|
Modifier and Type | Method and Description |
---|---|
void |
process(T httpObj)
处理请求
|
void process(T httpObj)
httpObj
- 请求或响应对象Copyright © 2024. All rights reserved.