okhttp 拦截器流程
2021-11-08 20:29:13 8 举报
okhttp拦截器执行流程
作者其他创作
大纲/内容
网络拦截器
应用拦截器
RetryAndFollowUpInterceptor
intercept(chain)
CacheInterceptor
Request
chain.proceed()
CallServerInterceptor
ConnectInterceptor
getResponseWithInterceptorChain():RealInterceptorChain,index=0
Response
BridgeInterceptor
0 条评论
下一页