Package org.miaixz.bus.http.metric.http
Class BridgeInterceptor
java.lang.Object
org.miaixz.bus.http.metric.http.BridgeInterceptor
- All Implemented Interfaces:
Interceptor
从应用程序代码连接到网络代码。首先,它从用户请求构建网络请求。
然后它继续调用网络。最后,它从网络响应构建用户响应
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.miaixz.bus.http.metric.Interceptor
Interceptor.Chain -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BridgeInterceptor
-
-
Method Details
-
intercept
- Specified by:
interceptin interfaceInterceptor- Throws:
IOException
-