气氛燥起来Okhttp是目前Android流行的网络框架。学好如何使用它不难,但我们真的知道它到底做了什么?鲁迅先生说:知其然,知其所以然。(鲁迅:我可没有说过)。自己用了大概1周多的时间收集资料,阅读源码,简单的总结了一些Okhttp的运行机制,用于交流与分享。个人技术有限,如果在叙述的过程中出现错误,多谢指正。
Okhttp入门到精通系列
Okhttp入门到精通(一)-计算机网络
Okhttp入门到精通(二)-HTTP的发展史
Okhttp入门到精通(三)-调度器Dispatcher
Okhttp入门到精通(四)-责任链模式Interceptor
Okhttp入门到精通(五)-Okhttp中SSL
Okhttp入门到精通(六)-RetryAndFollowUpInterceptor 处理重试与重定向
Okhttp入门到精通(七)-BridgeInterceptor
Okhttp入门到精通(八)-CacheInterceptor
Okhttp入门到精通(九)-ConnectInterceptor
Okhttp入门到精通(十)-CallServerInterceptor
不定期更新,感兴趣的小伙伴可以关注一下。如果某一天太监了,小伙伴可以提醒一下。
网友评论