java.lang.Object
org.miaixz.bus.http.accord.ConnectInterceptor
- All Implemented Interfaces:
Interceptor
打开到目标服务器的连接并继续到下一个拦截器.
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Details
-
httpd
-
-
Constructor Details
-
ConnectInterceptor
-
-
Method Details
-
intercept
Description copied from interface:Interceptor网络请求拦截- Specified by:
interceptin interfaceInterceptor- Parameters:
chain- 网络调用链- Returns:
Response- Throws:
IOException- 异常
-