Class HttpServerResponseCustomizerHolder

java.lang.Object
io.opentelemetry.javaagent.bootstrap.http.HttpServerResponseCustomizerHolder

public final class HttpServerResponseCustomizerHolder extends Object
Holds the currently active response customizer. This is set during agent initialization to an instance that calls each HttpServerResponseCustomizer found in the agent classpath. It is intended to be used directly from HTTP server library instrumentations, which is why this package is inside the bootstrap package that gets loaded in the bootstrap classloader.