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 Details

  • Method Details

    • 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.