All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.newrelic.agent.modules.HttpModuleUtilImpl Maven / Gradle / Ivy

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