Class HttpClientResponseParser

java.lang.Object
brave.http.HttpResponseParser.Default
org.apache.cxf.tracing.brave.HttpClientResponseParser
All Implemented Interfaces:
brave.http.HttpResponseParser

public class HttpClientResponseParser extends brave.http.HttpResponseParser.Default
  • Nested Class Summary

    Nested classes/interfaces inherited from interface brave.http.HttpResponseParser

    brave.http.HttpResponseParser.Default
  • Field Summary

    Fields inherited from interface brave.http.HttpResponseParser

    DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    error(int httpStatus, Throwable error, brave.SpanCustomizer span)
     

    Methods inherited from class brave.http.HttpResponseParser.Default

    parse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpClientResponseParser

      public HttpClientResponseParser()
  • Method Details

    • error

      protected void error(int httpStatus, Throwable error, brave.SpanCustomizer span)
      Overrides:
      error in class brave.http.HttpResponseParser.Default