Modifier and Type | Field and Description |
---|---|
okhttp3.HttpUrl |
baseUrl |
Constructor and Description |
---|
Factory(okhttp3.OkHttpClient ok,
okhttp3.HttpUrl baseUrl) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
<V> HttpCall<V> |
newCall(okhttp3.Request request,
HttpCall.BodyConverter<V> bodyConverter) |
public <V> HttpCall<V> newCall(okhttp3.Request request, HttpCall.BodyConverter<V> bodyConverter)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2015–2018 OpenZipkin. All rights reserved.