| 接口 | 说明 |
|---|---|
| HasBody<R> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:16/8/9
描 述:表示当前请求是否具有请求体
修订历史:
================================================
|
| ProgressRequestBody.UploadInterceptor |
| 类 | 说明 |
|---|---|
| BodyRequest<T,R extends BodyRequest> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:16/8/9
描 述:
修订历史:
================================================
|
| NoBodyRequest<T,R extends NoBodyRequest> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2017/6/21
描 述:
修订历史:
================================================
|
| ProgressRequestBody<T> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:16/9/11
描 述:包装的请求体,处理进度,可以处理任何的 RequestBody,
修订历史:
================================================
|
| Request<T,R extends Request> |
================================================
作 者:jeasonlzy(廖子尧)Github地址:https://github.com/jeasonlzy
版 本:1.0
创建日期:2016/1/12
描 述:所有请求的基类,其中泛型 R 主要用于属性设置方法后,返回对应的子类型,以便于实现链式调用
修订历史:
================================================
|