发表评论取消回复
相关阅读
相关 OkHttp3源码解析04-失败重连
回到RealCall的getResponse方法 Response getResponse(Request request, boolean forWebSocket
相关 OkHttp3源码解析03-缓存
接着上篇文章,我们来看`RealCall.getResponse()` Response getResponse(Request request, boolean f
相关 OkHttp3源码解析02-拦截器
接着上篇文章,我们来看`RealCall.getResponseWithInterceptorChain()` private Response getRespons
相关 OkHttp3源码解析01-请求
使用OkHttp进行请求,我们首先需要构建一个Request对象,可以看到这里使用建造者模式创建了一个Request对象,之后再传入request,生成Call对象。
相关 OkHttp3源码分析
一、摘要 okhttp3在android应用开发中是现今最牛(哔)的网络交易框架,不接受反驳。 今儿个咱们就来看看到底okhttp3内部是如何实现的,
相关 Okhttp3源码分析
> okhttp3源码分析基于okhttp3.10.0。 关于okhttp的特点及相关功能的介绍可以查看官网的介绍: 1. [http://square.github.i
相关 OKHttp3--调用对象RealCall源码解析【四】
RealCall 系列 Call RealCall 实例化RealCall 同步请求 异步请求 RealC
相关 OKHttp3--Dispatcher分发器实现同步异步请求源码解析【三】
Dispatcher 系列 回顾 Dispatcher 数据结构 线程池 请求管理 源码 系列 [
相关 OKHttp3--拦截器链RealInterceptorChain源码解析【五】
拦截器链 系列 Interceptor RealInterceptorChain RealCall.getResponseWithInter
相关 OKHttp3--缓存拦截器CacheInterceptor源码解析【八】
CacheInterceptor 系列 CacheInterceptor 构造方法 intercept HttpHea
还没有评论,来说两句吧...