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 interface
HttpCall.BodyConverter<V>
static class
HttpCall.Factory
static interface
HttpCall.RequestStream
A request stream which can haveHttpData
of the request body written to it.static interface
HttpCall.RequestSupplier
A 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>
NAME
HttpCall.RequestSupplier
request
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpCall<V>
clone()
protected void
doCancel()
protected void
doEnqueue(Callback<V> callback)
protected V
doExecute()
java.lang.String
toString()
-
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
-
-