接口 EventListener.Factory
- 封闭类:
EventListener
public static interface EventListener.Factory
-
方法概要
-
方法详细资料
-
create
Creates an instance of theEventListenerfor a particularCall. The returnedEventListenerinstance will be used during the lifecycle of thecall.This method is invoked after the
callis created. SeeOkHttpClient.newCall(Request).It is an error for implementations to issue any mutating operations on the
callinstance from this method.
-