Package brave.http
Class HttpClientAdapter<Req,Resp>
- java.lang.Object
-
- brave.http.HttpAdapter<Req,Resp>
-
- brave.http.HttpClientAdapter<Req,Resp>
-
@Deprecated public abstract class HttpClientAdapter<Req,Resp> extends HttpAdapter<Req,Resp>
Deprecated.Since 5.10, useHttpClientRequest
andHttpClientResponse
-
-
Constructor Summary
Constructors Constructor Description HttpClientAdapter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
parseServerIpAndPort(Req req, zipkin2.Endpoint.Builder builder)
Deprecated.remote IP information should be added directly by instrumentation.-
Methods inherited from class brave.http.HttpAdapter
finishTimestamp, method, methodFromResponse, path, requestHeader, route, startTimestamp, statusCode, statusCodeAsInt, url
-
-
-
-
Method Detail
-
parseServerIpAndPort
@Deprecated public boolean parseServerIpAndPort(Req req, zipkin2.Endpoint.Builder builder)
Deprecated.remote IP information should be added directly by instrumentation. This will be removed in Brave v6.Returns true if an IP representing the client was readable.
-
-