Package io.opentelemetry.javaagent.instrumentation.servlet
package io.opentelemetry.javaagent.instrumentation.servlet
-
ClassDescriptionAsyncRequestCompletionListener<REQUEST,
RESPONSE> AsyncRunnableWrapper<REQUEST>BaseServletHelper<REQUEST,RESPONSE> ServletAccessor<REQUEST,RESPONSE> This interface is used to access methods of ServletContext, HttpServletRequest and HttpServletResponse classes in shared code that is used for both jakarta.servlet and javax.servlet versions of those classes.ServletAdditionalAttributesExtractor<REQUEST,RESPONSE> ServletAsyncListener<RESPONSE>ServletErrorCauseExtractor<REQUEST,RESPONSE> ServletFilterMappingResolverFactory<FILTERREGISTRATION>ServletHelper<REQUEST,RESPONSE> ServletHttpAttributesGetter<REQUEST,RESPONSE> ServletInstrumenterBuilder<REQUEST,RESPONSE> ServletRequestGetter<REQUEST>ServletRequestParametersExtractor<REQUEST,RESPONSE> ServletSpanNameProvider<REQUEST>Helper class for constructing span name for given servlet/filter mapping and request.