- handler(IRequestHandler) - Method in class com.hjq.http.request.BaseRequest
-
替换默认的请求处理策略
- head(LifecycleOwner) - Static method in class com.hjq.http.EasyHttp
-
Head 请求
- HeadRequest - Class in com.hjq.http.request
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2020/10/07
desc : Head 请求
- HeadRequest(LifecycleOwner) - Constructor for class com.hjq.http.request.HeadRequest
-
- HttpCallback<T> - Class in com.hjq.http.listener
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/05/19
desc : 请求回调包装类
- HttpCallback(OnHttpListener) - Constructor for class com.hjq.http.listener.HttpCallback
-
- HttpException - Exception in com.hjq.http.exception
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/05/19
desc : 网络请求异常
- HttpException(String) - Constructor for exception com.hjq.http.exception.HttpException
-
- HttpException(String, Throwable) - Constructor for exception com.hjq.http.exception.HttpException
-
- HttpHeader - Annotation Type in com.hjq.http.annotation
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/05/19
desc : 请求头注解(标记这个字段是一个请求头的参数)
- HttpHeaders - Class in com.hjq.http.model
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/07/20
desc : 请求头封装
- HttpHeaders() - Constructor for class com.hjq.http.model.HttpHeaders
-
- HttpIgnore - Annotation Type in com.hjq.http.annotation
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/05/19
desc : 忽略注解(这个参数或者请求头将不会被发送到后台)
- HttpLifecycleManager - Class in com.hjq.http.lifecycle
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2020/04/05
desc : 请求生命周期控制
- HttpLifecycleManager() - Constructor for class com.hjq.http.lifecycle.HttpLifecycleManager
-
- HttpMethod - Enum in com.hjq.http.model
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/05/19
desc : 请求方式
- HttpParams - Class in com.hjq.http.model
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/07/20
desc : 请求参数封装
- HttpParams() - Constructor for class com.hjq.http.model.HttpParams
-
- HttpRename - Annotation Type in com.hjq.http.annotation
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2019/05/19
desc : 重命名注解
- HttpSslConfig - Class in com.hjq.http.ssl
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2020/11/30
desc : Https 配置类
- HttpSslFactory - Class in com.hjq.http.ssl
-
author : Android 轮子哥
github : https://github.com/getActivity/EasyHttp
time : 2020/11/30
desc : Https 证书校验工厂
- HttpSslFactory() - Constructor for class com.hjq.http.ssl.HttpSslFactory
-