Interface HttpServerRequest
-
- All Superinterfaces:
HttpRequest
,Request
public interface HttpServerRequest extends HttpRequest
This API is taken from OpenZipkin Brave. Abstract request type used for parsing and sampling. Represents an HTTP Server request.- Since:
- 3.0.0
- Author:
- OpenZipkin Brave Authors, Marcin Grzejszczak
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Object
getAttribute(String key)
default void
setAttribute(String key, Object value)
default Span.Kind
spanKind()
-
Methods inherited from interface org.springframework.cloud.sleuth.http.HttpRequest
header, method, path, remoteIp, remotePort, route, url
-
Methods inherited from interface org.springframework.cloud.sleuth.http.Request
headerNames, unwrap
-
-