Uses of Interface
org.springframework.cloud.sleuth.http.HttpResponse
-
Packages that use HttpResponse Package Description org.springframework.cloud.sleuth.http -
-
Uses of HttpResponse in org.springframework.cloud.sleuth.http
Subinterfaces of HttpResponse in org.springframework.cloud.sleuth.http Modifier and Type Interface Description interfaceHttpClientResponseThis API is taken from OpenZipkin Brave.interfaceHttpServerResponseThis API is taken from OpenZipkin Brave.Methods in org.springframework.cloud.sleuth.http with parameters of type HttpResponse Modifier and Type Method Description voidHttpResponseParser. parse(HttpResponse response, TraceContext context, SpanCustomizer span)Implement to choose what data from the http response are parsed into the span representing it.
-