
com.newrelic.agent.modules.HttpModuleUtil 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 interface HttpModuleUtil {
/**
* Expands java.net.http module to expose its inner workings to us. The specifics
* can be found in the Java {@literal >=} 11 implementation of this class.
* @param inst The premain {@link Instrumentation} instance
* @param platformClassLoader The platform classloader
*/
void addReadHttpModule(Instrumentation inst, ClassLoader platformClassLoader);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy