OkHttp的用法小結

建立OkHttpClient對象 OkHttpClient client = new OkHttpClient(); 這種方式建立,設置都是default 若是要設置超時時間,好比讀取的超時時間,能夠使用newBuild()方法設置java OkHttpClient client = new OkHttpClient() .newBuilder() .readTimeout(5, TimeUnit
相關文章
相關標籤/搜索