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
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description