Android代码 retrofit1 okhttp3 client
Retrofit 1 OkHttp 3 Client A OkHttp 3 client implementation for Retrofit 1. Usage Create an instance of Ok3Client wrapping your OkHttpClient or Call.Factory and pass it to setClient. OkHttpClient client = // ... RestAdapter restAdapter = new RestAdapter.Builder() .setClient(new Ok3Client(client)
文件列表
Android代码-retrofit1-okhttp3-client.zip
(预估有个10文件)
retrofit1-okhttp3-client-master
LICENSE.txt
11KB
src
test
java
com
jakewharton
retrofit
Ok3ClientTest.java
6KB
Ok3ClientIntegrationTest.java
3KB
用户评论