| Package | Description |
|---|---|
| com.hb0730.https | |
| com.hb0730.https.support | |
| com.hb0730.https.support.httpclient | |
| com.hb0730.https.support.hutool | |
| com.hb0730.https.support.okhttp3 |
| Modifier and Type | Method and Description |
|---|---|
SimpleHttp |
SimpleHttp.setHttpConfig(HttpConfig config) |
| Modifier and Type | Field and Description |
|---|---|
protected HttpConfig |
AbstractSimpleHttp.httpConfig |
| Modifier and Type | Method and Description |
|---|---|
HttpConfig |
AbstractSimpleHttp.getHttpConfig() |
| Modifier and Type | Method and Description |
|---|---|
AbstractSimpleHttp |
AbstractSimpleHttp.setHttpConfig(HttpConfig httpConfig)
set http config
|
| Constructor and Description |
|---|
AbstractSimpleHttp(HttpConfig httpConfig) |
| Constructor and Description |
|---|
HttpClientImpl(HttpConfig httpConfig,
org.apache.http.impl.client.CloseableHttpClient httpClient) |
| Modifier and Type | Method and Description |
|---|---|
default cn.hutool.http.HttpRequest |
IHutoolHttp.getHttpRequest(cn.hutool.http.HttpRequest httpRequest,
cn.hutool.core.net.url.UrlBuilder builder,
cn.hutool.http.Method method,
HttpConfig config,
HttpHeader header)
create hutool request
|
| Constructor and Description |
|---|
HutoolImpl(HttpConfig httpConfig) |
HutoolImpl(cn.hutool.http.HttpRequest httpRequest,
HttpConfig config) |
| Modifier and Type | Method and Description |
|---|---|
default okhttp3.OkHttpClient |
IOkhttp3.buildClient(okhttp3.OkHttpClient.Builder clientBuilder,
HttpConfig config)
构建 OkHttpClient
|
| Constructor and Description |
|---|
OkHttp3Impl(HttpConfig config) |
OkHttp3Impl(okhttp3.OkHttpClient.Builder clientBuilder,
HttpConfig config) |
Copyright © 2023. All rights reserved.