Package cn.toint.tool.util
Class HttpClientUtil
java.lang.Object
cn.toint.tool.util.HttpClientUtil
- Author:
- Toint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.dromara.hutool.http.client.engine.ClientEngine获取当前 http 客户端static org.dromara.hutool.http.client.engine.ClientEngineclientEngine(Class<? extends org.dromara.hutool.http.client.engine.ClientEngine> clientEngineClass, Duration timeout) 覆盖 hutool http 客户端
-
Constructor Details
-
HttpClientUtil
public HttpClientUtil()
-
-
Method Details
-
clientEngine
public static org.dromara.hutool.http.client.engine.ClientEngine clientEngine(Class<? extends org.dromara.hutool.http.client.engine.ClientEngine> clientEngineClass, Duration timeout) 覆盖 hutool http 客户端- Parameters:
clientEngineClass- 客户端, 不传默认JdkClientEnginetimeout- 超时时间, 不传默认: 10s- Returns:
- 单例 http 客户端
-
clientEngine
public static org.dromara.hutool.http.client.engine.ClientEngine clientEngine()获取当前 http 客户端- Returns:
- ClientEngine 单例 http 客户端
-