1.Retrofit
Retrofit是一款类型安全的网络框架,基于HTTP协议,服务于Android和java语言
github https://github.com/square/retrofit
2.okhttp
okhttp是一款基于HTTP和HTTP2.0协议的网络框架,服务于java和android客户端
github https://github.com/square/okhttp
框架封装使用列子:
1.RxjavaRetrofitDemo
Retrofit+Rxjava+okhttp终极封装(Gson方案)
github https://github.com/wzgiceman/RxjavaRetrofitDemo-master
专栏文章:https://blog.youkuaiyun.com/u014610664/column/info/13297
2. RxJavaSamples
RxJava 2 和 Retrofit 结合使用的几个最常见使用方式举例
github https://github.com/rengwuxian/RxJavaSamples