| Package | Description |
|---|---|
| org.dromara.hutool.http.client.engine.jdk |
基于JDK的HttpUrlConnection封装的HTTP客户端
|
| Modifier and Type | Method and Description |
|---|---|
JdkHttpResponse |
JdkClientEngine.send(Request message,
boolean isAsync)
发送请求
|
JdkHttpResponse |
JdkHttpResponse.sync()
同步
如果为异步状态,则暂时不读取服务器中响应的内容,而是持有Http链接的 InputStream。 |
| Constructor and Description |
|---|
JdkHttpInputStream(JdkHttpResponse response)
构造
|
Copyright © 2024. All rights reserved.