
com.newrelic.agent.modules.HttpModuleUtilImpl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of newrelic-module-util-java Show documentation
Show all versions of newrelic-module-util-java Show documentation
Multi-release jar for bootstrapping the Java Agent
The newest version!
package com.newrelic.agent.modules;
import java.lang.instrument.Instrumentation;
public class HttpModuleUtilImpl implements HttpModuleUtil {
@Override
public void addReadHttpModule(Instrumentation inst, ClassLoader platformClassLoader) {
//no-op in Java < 11
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy