发表评论取消回复
相关阅读
相关 OkHttp3源码解析03-缓存
接着上篇文章,我们来看`RealCall.getResponse()` Response getResponse(Request request, boolean f
相关 OkHttp3源码解析02-拦截器
接着上篇文章,我们来看`RealCall.getResponseWithInterceptorChain()` private Response getRespons
相关 OkHttp3源码解析01-请求
使用OkHttp进行请求,我们首先需要构建一个Request对象,可以看到这里使用建造者模式创建了一个Request对象,之后再传入request,生成Call对象。
相关 Android自定义拦截器模式,Okhttp3源码解析(4)-拦截器与设计模式
前言 上节我们讲了okhttp的整体的流程,里面的核心方法之一是getResponseWithInterceptorChain() ,这个方法应该知道吧?通过拦截器层层处理返
相关 Okhttp3源码分析(3) Interceptor拦截器
> okhttp3源码分析基于okhttp3.10.0。 在前面章节里提到过,okhttp不管是同步请求还是异步请求,最终都是通过RealCall.getResponseWi
相关 Android之网络请求6————OkHttp源码3:拦截器链
\\Android之网络请求6————OkHttp源码3:拦截器链 一.目录 文章目录 一.目录 二.目的
相关 OKHttp3--拦截器链RealInterceptorChain源码解析【五】
拦截器链 系列 Interceptor RealInterceptorChain RealCall.getResponseWithInter
相关 OKHttp3--重试及重定向拦截器RetryAndFollowUpInterceptor源码解析【六】
RetryAndFollowUpInterceptor 系列 RetryAndFollowUpInterceptor 核心功能 Re
相关 OKHttp3--缓存拦截器CacheInterceptor源码解析【八】
CacheInterceptor 系列 CacheInterceptor 构造方法 intercept HttpHea
相关 OKHttp3-- 请求服务器拦截器CallServerInterceptor源码分析 【十一】
CallServerInterceptor 系列 前言 CallServerInterceptor 总结 系列 [OKHttp3–详细使用
还没有评论,来说两句吧...