A C D E F G H I M O P S U
A
- AbstractHttp - com.xkcoding.http.support中的类
-
HTTP 抽象类
- AbstractHttp(HttpConfig) - 类 的构造器com.xkcoding.http.support.AbstractHttp
-
- add(String, String) - 类 中的方法com.xkcoding.http.support.HttpHeader
-
- addAll(Map<String, String>) - 类 中的方法com.xkcoding.http.support.HttpHeader
-
- appendIfNotContain(String, String, String) - 类 中的方法com.xkcoding.http.util.StringUtil
-
如果给定字符串str中不包含appendStr,则在str后追加appendStr;
如果已包含appendStr,则在str后追加otherwise
C
- ClassUtil - com.xkcoding.http.util中的类
-
类工具类
- ClassUtil() - 类 的构造器com.xkcoding.http.util.ClassUtil
-
- com.xkcoding.http - 程序包 com.xkcoding.http
-
- com.xkcoding.http.config - 程序包 com.xkcoding.http.config
-
- com.xkcoding.http.constants - 程序包 com.xkcoding.http.constants
-
- com.xkcoding.http.exception - 程序包 com.xkcoding.http.exception
-
- com.xkcoding.http.support - 程序包 com.xkcoding.http.support
-
- com.xkcoding.http.support.httpclient - 程序包 com.xkcoding.http.support.httpclient
-
- com.xkcoding.http.support.hutool - 程序包 com.xkcoding.http.support.hutool
-
- com.xkcoding.http.support.java11 - 程序包 com.xkcoding.http.support.java11
-
- com.xkcoding.http.support.okhttp3 - 程序包 com.xkcoding.http.support.okhttp3
-
- com.xkcoding.http.util - 程序包 com.xkcoding.http.util
-
- connectFailed(URI, SocketAddress, IOException) - 类 中的方法com.xkcoding.http.support.java11.DefaultProxySelector
-
- Constants - com.xkcoding.http.constants中的接口
-
常量池
- CONTENT_ENCODING - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
Content-Encoding
- CONTENT_TYPE - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
Content-Type
- CONTENT_TYPE_JSON - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
JSON
- CONTENT_TYPE_JSON - 类 中的静态变量com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
D
- DEFAULT_ENCODING - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
编码格式
- DEFAULT_TIMEOUT - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
超时时长,单位毫秒
- DefaultProxySelector - com.xkcoding.http.support.java11中的类
-
默认代理选择器
- DefaultProxySelector(HttpConfig) - 类 的构造器com.xkcoding.http.support.java11.DefaultProxySelector
-
E
- EMPTY - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
空字符串
F
- forEach(Map<K, V>, BiConsumer<? super K, ? super V>) - 类 中的方法com.xkcoding.http.util.MapUtil
-
遍历
G
- get(String) - 类 中的方法com.xkcoding.http.HttpUtil
-
GET 请求
- get(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.HttpUtil
-
GET 请求
- get(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.HttpUtil
-
GET 请求
- get(String) - 接口 中的方法com.xkcoding.http.support.Http
-
GET 请求
- get(String, Map<String, String>, boolean) - 接口 中的方法com.xkcoding.http.support.Http
-
GET 请求
- get(String, Map<String, String>, HttpHeader, boolean) - 接口 中的方法com.xkcoding.http.support.Http
-
GET 请求
- get(String) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
GET 请求
- get(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
GET 请求
- get(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
GET 请求
- get(String) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
GET 请求
- get(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
GET 请求
- get(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
GET 请求
- get(String) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
GET 请求
- get(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
GET 请求
- get(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
GET 请求
- get(String) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
GET 请求
- get(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
GET 请求
- get(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
GET 请求
- getHeaders() - 类 中的方法com.xkcoding.http.support.HttpHeader
-
H
- Http - com.xkcoding.http.support中的接口
-
HTTP 接口
- HttpClientImpl - com.xkcoding.http.support.httpclient中的类
-
HttpClient 实现
- HttpClientImpl() - 类 的构造器com.xkcoding.http.support.httpclient.HttpClientImpl
-
- HttpClientImpl(HttpConfig) - 类 的构造器com.xkcoding.http.support.httpclient.HttpClientImpl
-
- HttpClientImpl(CloseableHttpClient, HttpConfig) - 类 的构造器com.xkcoding.http.support.httpclient.HttpClientImpl
-
- HttpClientImpl - com.xkcoding.http.support.java11中的类
-
java 11 HttpClient
- HttpClientImpl() - 类 的构造器com.xkcoding.http.support.java11.HttpClientImpl
-
- HttpClientImpl(HttpConfig) - 类 的构造器com.xkcoding.http.support.java11.HttpClientImpl
-
- HttpClientImpl(HttpClient.Builder, HttpConfig) - 类 的构造器com.xkcoding.http.support.java11.HttpClientImpl
-
- HttpConfig - com.xkcoding.http.config中的类
-
Http 配置类
- HttpConfig() - 类 的构造器com.xkcoding.http.config.HttpConfig
-
- httpConfig - 类 中的变量com.xkcoding.http.support.AbstractHttp
-
- HttpHeader - com.xkcoding.http.support中的类
-
请求头封装
- HttpHeader() - 类 的构造器com.xkcoding.http.support.HttpHeader
-
- HttpHeader(Map<String, String>) - 类 的构造器com.xkcoding.http.support.HttpHeader
-
- HttpUtil - com.xkcoding.http中的类
-
请求工具类
- HttpUtil() - 类 的构造器com.xkcoding.http.HttpUtil
-
- HutoolImpl - com.xkcoding.http.support.hutool中的类
-
Hutool 实现
- HutoolImpl() - 类 的构造器com.xkcoding.http.support.hutool.HutoolImpl
-
- HutoolImpl(HttpConfig) - 类 的构造器com.xkcoding.http.support.hutool.HutoolImpl
-
I
- isEmpty(Map<?, ?>) - 类 中的方法com.xkcoding.http.util.MapUtil
-
判断 map 为空
- isEmpty(String) - 类 中的方法com.xkcoding.http.util.StringUtil
-
- isNotEmpty(Map<?, ?>) - 类 中的方法com.xkcoding.http.util.MapUtil
-
判断 map 不为空
- isNotEmpty(String) - 类 中的方法com.xkcoding.http.util.StringUtil
-
- isPresent(String, ClassLoader) - 类 中的方法com.xkcoding.http.util.ClassUtil
-
确定class是否可以被加载
M
- MapUtil - com.xkcoding.http.util中的类
-
Map 工具类
- MapUtil() - 类 的构造器com.xkcoding.http.util.MapUtil
-
O
- OkHttp3Impl - com.xkcoding.http.support.okhttp3中的类
-
OkHttp3 实现
- OkHttp3Impl() - 类 的构造器com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
- OkHttp3Impl(HttpConfig) - 类 的构造器com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
- OkHttp3Impl(OkHttpClient.Builder, HttpConfig) - 类 的构造器com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
P
- parseMapToString(Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.util.MapUtil
-
map转字符串,转换后的字符串格式为 xxx=xxx&xxx=xxx
- parseStringToMap(String, boolean) - 类 中的方法com.xkcoding.http.util.MapUtil
-
字符串转map,字符串格式为 xxx=xxx&xxx=xxx
- post(String) - 类 中的方法com.xkcoding.http.HttpUtil
-
POST 请求
- post(String, String) - 类 中的方法com.xkcoding.http.HttpUtil
-
POST 请求
- post(String, String, HttpHeader) - 类 中的方法com.xkcoding.http.HttpUtil
-
POST 请求
- post(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.HttpUtil
-
POST 请求
- post(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.HttpUtil
-
POST 请求
- post(String) - 接口 中的方法com.xkcoding.http.support.Http
-
POST 请求
- post(String, String) - 接口 中的方法com.xkcoding.http.support.Http
-
POST 请求
- post(String, String, HttpHeader) - 接口 中的方法com.xkcoding.http.support.Http
-
POST 请求
- post(String, Map<String, String>, boolean) - 接口 中的方法com.xkcoding.http.support.Http
-
POST 请求
- post(String, Map<String, String>, HttpHeader, boolean) - 接口 中的方法com.xkcoding.http.support.Http
-
POST 请求
- post(String) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
POST 请求
- post(String, String) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
POST 请求
- post(String, String, HttpHeader) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
POST 请求
- post(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
POST 请求
- post(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.httpclient.HttpClientImpl
-
POST 请求
- post(String) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
POST 请求
- post(String, String) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
POST 请求
- post(String, String, HttpHeader) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
POST 请求
- post(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
POST 请求
- post(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.hutool.HutoolImpl
-
POST 请求
- post(String) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
POST 请求
- post(String, String) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
POST 请求
- post(String, String, HttpHeader) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
POST 请求
- post(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
POST 请求
- post(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.java11.HttpClientImpl
-
POST 请求
- post(String) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
POST 请求
- post(String, String) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
POST 请求
- post(String, String, HttpHeader) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
POST 请求
- post(String, Map<String, String>, boolean) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
POST 请求
- post(String, Map<String, String>, HttpHeader, boolean) - 类 中的方法com.xkcoding.http.support.okhttp3.OkHttp3Impl
-
POST 请求
S
- select(URI) - 类 中的方法com.xkcoding.http.support.java11.DefaultProxySelector
-
- setConfig(HttpConfig) - 类 中的方法com.xkcoding.http.HttpUtil
-
- setHttp(AbstractHttp) - 类 中的方法com.xkcoding.http.HttpUtil
-
- setHttpConfig(HttpConfig) - 类 中的方法com.xkcoding.http.support.AbstractHttp
-
- SimpleHttpException - com.xkcoding.http.exception中的异常错误
-
自定义异常
- SimpleHttpException(Throwable) - 异常错误 的构造器com.xkcoding.http.exception.SimpleHttpException
-
- SimpleHttpException(String) - 异常错误 的构造器com.xkcoding.http.exception.SimpleHttpException
-
- SimpleHttpException(String, Throwable) - 异常错误 的构造器com.xkcoding.http.exception.SimpleHttpException
-
- StringUtil - com.xkcoding.http.util中的类
-
字符串工具类
- StringUtil() - 类 的构造器com.xkcoding.http.util.StringUtil
-
U
- urlDecode(String) - 类 中的方法com.xkcoding.http.util.UrlUtil
-
解码URL
将%开头的16进制表示的内容解码。
- urlEncode(String) - 类 中的方法com.xkcoding.http.util.UrlUtil
-
编码
- UrlUtil - com.xkcoding.http.util中的类
-
Url 工具类
- UrlUtil() - 类 的构造器com.xkcoding.http.util.UrlUtil
-
- USER_AGENT - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
User-Agent
- USER_AGENT_DATA - 接口 中的静态变量com.xkcoding.http.constants.Constants
-
模拟 User-Agent
A C D E F G H I M O P S U
Copyright © 2020. All rights reserved.