okHttp流程图
2018-03-01 17:18:27 35 举报
OkHttp是一个高效的HTTP客户端,用于Android和Java应用程序。它的主要流程如下: 1. 创建OkHttpClient实例。 2. 构建Request对象,设置请求方法、URL、参数等。 3. 使用OkHttpClient实例发送请求,得到Response对象。 4. 从Response对象中获取响应体(如文本、图片等)。 5. 关闭Request和Response对象,释放资源。
作者其他创作
大纲/内容
IO
Response
RetryAndFollowUpInterceptor
adapt
Cache hit
RealCall
CallServerInterceptor
build()
pool
interceptors
getResponseWithInterceptorChain()
header
newCall()
BridgeInterceptor
body
execute()
url
enqueue()
OkHtppClientBuilder
method
Request
ConnectInterceptor
Dispatcher
CacheInterceptor
OkHttpClient
Cache miss
networkInterceptors
0 条评论
回复 删除
下一页