接口 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.