Class HttpCall<V>
- java.lang.Object
 - 
- zipkin2.Call<V>
 - 
- zipkin2.Call.Base<V>
 - 
- zipkin2.elasticsearch.internal.client.HttpCall<V>
 
 
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable
public final class HttpCall<V> extends Call.Base<V>
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHttpCall.BodyConverter<V>static classHttpCall.Factorystatic interfaceHttpCall.RequestStreamA request stream which can haveHttpDataof the request body written to it.static interfaceHttpCall.RequestSupplierA supplier of headers and body of a request to Elasticsearch.- 
Nested classes/interfaces inherited from class zipkin2.Call
Call.Base<V extends java.lang.Object>, Call.ErrorHandler<V extends java.lang.Object>, Call.FlatMapper<V1 extends java.lang.Object,V2 extends java.lang.Object>, Call.Mapper<V1 extends java.lang.Object,V2 extends java.lang.Object> 
 - 
 
- 
Field Summary
Fields Modifier and Type Field Description static io.netty.util.AttributeKey<java.lang.String>NAMEHttpCall.RequestSupplierrequest 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpCall<V>clone()protected voiddoCancel()protected voiddoEnqueue(Callback<V> callback)protected VdoExecute()java.lang.StringtoString()- 
Methods inherited from class zipkin2.Call.Base
cancel, doIsCanceled, enqueue, execute, isCanceled 
- 
Methods inherited from class zipkin2.Call
create, emptyList, flatMap, handleError, map, propagateIfFatal 
 - 
 
 - 
 
- 
- 
Field Detail
- 
NAME
public static final io.netty.util.AttributeKey<java.lang.String> NAME
 
- 
request
public final HttpCall.RequestSupplier request
 
 - 
 
 -