| Package | Description |
|---|---|
| com.hb0730.https | |
| com.hb0730.https.inter | |
| com.hb0730.https.support.httpclient | |
| com.hb0730.https.support.hutool | |
| com.hb0730.https.support.okhttp3 |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpAsync
异步utils
|
class |
HttpSync
同步请求 工具类
|
| Modifier and Type | Field and Description |
|---|---|
private Http |
Https.http |
| Modifier and Type | Method and Description |
|---|---|
<T extends Http> |
Https.getHttp()
|
| Constructor and Description |
|---|
Https(Http t) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AsyncHttp
async http interface
|
interface |
SyncHttp
sync http 接口
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAsyncHttp
异步 请求 抽象
|
class |
AbstractSyncHttp
sync http 抽象
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientAsyncImpl
HTTPClient async,需要自行关闭
HttpClientAsyncImpl.httpClient |
class |
HttpClientSyncImpl
http sync client 实现
|
| Modifier and Type | Class and Description |
|---|---|
class |
HutoolAsyncImpl
hutool 异步
|
class |
HutoolSyncImpl
hutool http
|
| Modifier and Type | Class and Description |
|---|---|
class |
OkHttp3AsyncImpl
okhttp3 async impl
|
class |
OkHttp3SyncImpl
okhttp3 sync impl
|
Copyright © 2021. All rights reserved.