You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call.Factory is the correct API for clients, that allows intercetping calls to Call.Factory.newCall(). However it's not commonly used and does lose some features such as newBuilder().
I'm suggesting a new API for Call.Factory.Interceptor that will be part of OkHttpClient.Builder and allow replacing the Call instance.
Uses
Tracing, which typically requires the calling thread for context
Call.Factory is the correct API for clients, that allows intercetping calls to
Call.Factory.newCall()
. However it's not commonly used and does lose some features such as newBuilder().I'm suggesting a new API for Call.Factory.Interceptor that will be part of OkHttpClient.Builder and allow replacing the Call instance.
Uses
The text was updated successfully, but these errors were encountered: