Class RetryAndFollowUp

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

public class RetryAndFollowUp extends Object implements Interceptor
该拦截器从失败中恢复,并根据需要进行重定向 如果调用被取消,它可能会抛出IOException
Since:
Java 17+
Author:
Kimi Liu