| Package | Description |
|---|---|
| zipkin2.elasticsearch.internal.client |
Copyright 2015-2017 The OpenZipkin Authors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
in compliance with the License.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SearchResultConverter<T> |
| Modifier and Type | Field and Description |
|---|---|
HttpCall.BodyConverter<V> |
HttpCall.bodyConverter |
| Modifier and Type | Method and Description |
|---|---|
<V> HttpCall<V> |
HttpCall.Factory.newCall(okhttp3.Request request,
HttpCall.BodyConverter<V> bodyConverter) |
<V> HttpCall<V> |
SearchCallFactory.newCall(SearchRequest request,
HttpCall.BodyConverter<V> bodyConverter) |
static <V> V |
HttpCall.parseResponse(okhttp3.Response response,
HttpCall.BodyConverter<V> bodyConverter) |
Copyright © 2015–2017 OpenZipkin. All rights reserved.