Package org.miaixz.bus.http.metric
Interface Interceptor
- All Known Implementing Classes:
BridgeInterceptor,CacheInterceptor,CallServerInterceptor,ConnectInterceptor,FileInterceptor,RetryAndFollowUp
public interface Interceptor
观察、修改和潜在的短路请求,并返回相应的响应
通常,拦截器在请求或响应上添加、删除或转换标头
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
intercept
- Throws:
IOException
-