Package brave.http
Class HttpClientAdapter<Req,Resp>
- java.lang.Object
-
- brave.http.HttpAdapter<Req,Resp>
-
- brave.http.HttpClientAdapter<Req,Resp>
-
public abstract class HttpClientAdapter<Req,Resp> extends HttpAdapter<Req,Resp>
-
-
Constructor Summary
Constructors Constructor Description HttpClientAdapter()
-
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
method, methodFromResponse, path, requestHeader, route, 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.
-
-