Uses of Interface
zipkin2.elasticsearch.internal.client.HttpCall.RequestStream
-
Packages that use HttpCall.RequestStream Package Description zipkin2.elasticsearch.internal.client -
-
Uses of HttpCall.RequestStream in zipkin2.elasticsearch.internal.client
Methods in zipkin2.elasticsearch.internal.client with parameters of type HttpCall.RequestStream Modifier and Type Method Description void
HttpCall.RequestSupplier. writeBody(HttpCall.RequestStream requestStream)
Writes the body of this request into theHttpCall.RequestStream
.
-