okhttp请求执行流程
2021-03-19 11:55:50 5 举报
okhttp请求执行流程
作者其他创作
大纲/内容
client.newCall创建RealCall
调用retryAndFollowUpInterceptor拦截器
getResponseWithInterceptorChain方法:1,实例拦击器;2RealInterceptorChain发起责任调用
RealCall.excute()
RealCall.enque()
调用CallServerInterceptor拦截器
返回的response
调用CacheInterceptor拦截器
okhttpclientbuilder配置request
异步
先调用自定义的拦截器
enqunce加入队列,最大执行步骤一样
N
进行网络请求
okhttpclient创建request
调用BridgeInterceptor拦截器
调用ConnectInterceptor拦截器
返回结果的response
execute同步
Y
收藏
0 条评论
回复 删除
下一页