如何配置android Volley使用OKhttp

时间:2013-06-28 10:38:36

标签: android http android-volley

我正在尝试Volley网络库 我想切换到使用带排球的OKhttp jar 我只是无法弄清楚如何配置齐射使用这个替代http提供程序。 我错过了什么?

2 个答案:

答案 0 :(得分:2)

查看jake wharton对使用OkHttp作为其传输的Volley的HttpStack实现。

https://gist.github.com/JakeWharton/5616899

答案 1 :(得分:1)

我建议你使用像this one那样没有使用okhttp-urlconnection的OkHttpStack。

我为Android网络撰写了article about using OkHttp, Volley and Gson,您可能会感兴趣。