类 BridgeInterceptor

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

public final class BridgeInterceptor extends Object implements Interceptor
Bridges from application code to network code. First it builds a network request from a user request. Then it proceeds to call the network. Finally it builds a user response from the network response.