-
public final class OkHttpRequestExtKt
-
-
Method Summary
Modifier and Type Method Description final static Request.BuilderparentSpan(Request.Builder $self, Span span)Set the parent for the Span created around this OkHttp Request. -
-
Method Detail
-
parentSpan
final static Request.Builder parentSpan(Request.Builder $self, Span span)
Set the parent for the Span created around this OkHttp Request.
- Parameters:
span- the parent Span
-
-
-
-