Class BraveHttpServerHandler

java.lang.Object
org.springframework.cloud.sleuth.brave.bridge.BraveHttpServerHandler
All Implemented Interfaces:
org.springframework.cloud.sleuth.http.HttpServerHandler

public class BraveHttpServerHandler extends Object implements org.springframework.cloud.sleuth.http.HttpServerHandler
Brave implementation of a HttpServerHandler.
Since:
3.0.0
Author:
Marcin Grzejszczak
  • Constructor Summary

    Constructors
    Constructor
    Description
    BraveHttpServerHandler(brave.http.HttpServerHandler<brave.http.HttpServerRequest,brave.http.HttpServerResponse> delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.cloud.sleuth.Span
    handleReceive(org.springframework.cloud.sleuth.http.HttpServerRequest request)
     
    void
    handleSend(org.springframework.cloud.sleuth.http.HttpServerResponse response, org.springframework.cloud.sleuth.Span span)
     

    Methods inherited from class java.lang.Object

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

    • BraveHttpServerHandler

      public BraveHttpServerHandler(brave.http.HttpServerHandler<brave.http.HttpServerRequest,brave.http.HttpServerResponse> delegate)
  • Method Details

    • handleReceive

      public org.springframework.cloud.sleuth.Span handleReceive(org.springframework.cloud.sleuth.http.HttpServerRequest request)
      Specified by:
      handleReceive in interface org.springframework.cloud.sleuth.http.HttpServerHandler
    • handleSend

      public void handleSend(org.springframework.cloud.sleuth.http.HttpServerResponse response, org.springframework.cloud.sleuth.Span span)
      Specified by:
      handleSend in interface org.springframework.cloud.sleuth.http.HttpServerHandler