接口 Interceptor
- 所有已知实现类:
BridgeInterceptor,CacheInterceptor,CallServerInterceptor,ConnectInterceptor,RetryAndFollowUpInterceptor
public interface Interceptor
Observes, modifies, and potentially short-circuits requests going out and the corresponding
responses coming back in. Typically interceptors add, remove, or transform headers on the request
or response.
-
嵌套类概要
嵌套类 -
方法概要
-
方法详细资料
-
intercept
- 抛出:
IOException
-