Module bus.http

Class RealInterceptorChain

java.lang.Object
org.miaixz.bus.http.metric.http.RealInterceptorChain
All Implemented Interfaces:
NewChain

public class RealInterceptorChain extends Object implements NewChain
承载整个拦截器链的具体拦截器链: 所有应用程序拦截器、Http核心、所有网络拦截器,最后是网络调用者.
Since:
Java 17+
Author:
Kimi Liu