Posts Retrofit
Post
Cancel

Retrofit

网络请求适配器,使用 Java 动态代理技术将请求接口动态生成实现类,将网络请求的细节隐藏,并 支持各种格式转换

需要跟 OkHttp 配合使用,如果想要自己实现,需要拿源码自己改动

@GET @POST @Field @FormUrlEncode @Headers @QueryMap

Retrofit

create()

ServiceMethod

参数适配

builder 模式 动态代理模式 工厂模式 适配器模式 观察者模式?

This post is licensed under CC BY 4.0 by the author.