Class CallServerInterceptor

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

public class CallServerInterceptor extends Object implements Interceptor
这是链中的最后一个拦截器 它对服务器进行网络调用
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • CallServerInterceptor

      public CallServerInterceptor(boolean forWebSocket)
  • Method Details