Class RealInterceptorChain

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

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