类 RealInterceptorChain

java.lang.Object
com.lark.oapi.okhttp.internal.http.RealInterceptorChain
所有已实现的接口:
Interceptor.Chain

public final class RealInterceptorChain extends Object implements Interceptor.Chain
A concrete interceptor chain that carries the entire interceptor chain: all application interceptors, the OkHttp core, all network interceptors, and finally the network caller.

If the chain is for an application interceptor then connection() must be null. Otherwise it is for a network interceptor and connection() must be non-null.