Package brave.http

Class HttpClientAdapter<Req,​Resp>

    • Constructor Detail

      • HttpClientAdapter

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