Package brave.okhttp3
Class TracingCallFactory
java.lang.Object
brave.okhttp3.TracingCallFactory
- All Implemented Interfaces:
okhttp3.Call.Factory
public final class TracingCallFactory extends Object implements okhttp3.Call.Factory
This internally adds an interceptor which ensures whatever current span exists is available via
Tracer.currentSpanCustomizer() and Tracer.currentSpan()-
Method Summary
Modifier and Type Method Description static okhttp3.Call.Factorycreate(HttpTracing httpTracing, okhttp3.OkHttpClient ok)static okhttp3.Call.Factorycreate(Tracing tracing, okhttp3.OkHttpClient ok)okhttp3.CallnewCall(okhttp3.Request request)