Package brave.http

Class HttpClientAdapter<Req,​Resp>


  • public abstract class HttpClientAdapter<Req,​Resp>
    extends HttpAdapter<Req,​Resp>
    • Constructor Detail

      • HttpClientAdapter

        public HttpClientAdapter()
    • 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.