Class ServletHttpAttributesGetter<REQUEST,RESPONSE>

java.lang.Object
io.opentelemetry.javaagent.instrumentation.servlet.ServletHttpAttributesGetter<REQUEST,RESPONSE>
All Implemented Interfaces:
io.opentelemetry.instrumentation.api.semconv.http.HttpCommonAttributesGetter<ServletRequestContext<REQUEST>,ServletResponseContext<RESPONSE>>, io.opentelemetry.instrumentation.api.semconv.http.HttpServerAttributesGetter<ServletRequestContext<REQUEST>,ServletResponseContext<RESPONSE>>, io.opentelemetry.instrumentation.api.semconv.network.ClientAttributesGetter<ServletRequestContext<REQUEST>>, io.opentelemetry.instrumentation.api.semconv.network.NetworkAttributesGetter<ServletRequestContext<REQUEST>,ServletResponseContext<RESPONSE>>, io.opentelemetry.instrumentation.api.semconv.url.UrlAttributesGetter<ServletRequestContext<REQUEST>>

public class ServletHttpAttributesGetter<REQUEST,RESPONSE> extends Object implements io.opentelemetry.instrumentation.api.semconv.http.HttpServerAttributesGetter<ServletRequestContext<REQUEST>,ServletResponseContext<RESPONSE>>