Class HttpServerSpanParser

java.lang.Object
brave.http.HttpParser
brave.http.HttpServerParser
org.apache.cxf.tracing.brave.HttpServerSpanParser

public class HttpServerSpanParser extends brave.http.HttpServerParser
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <Req> String
    spanName(brave.http.HttpAdapter<Req,?> adapter, Req request)
     

    Methods inherited from class brave.http.HttpServerParser

    request, response

    Methods inherited from class brave.http.HttpParser

    error, errorParser

    Methods inherited from class java.lang.Object

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

    • HttpServerSpanParser

      public HttpServerSpanParser()
  • Method Details

    • spanName

      protected <Req> String spanName(brave.http.HttpAdapter<Req,?> adapter, Req request)
      Overrides:
      spanName in class brave.http.HttpParser