![JAR search and dependency download from the Maven repository](/logo.png)
org.metricssampler.extensions.apachestatus.ApacheStatusInputXBean Maven / Gradle / Ivy
The newest version!
package org.metricssampler.extensions.apachestatus;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import org.metricssampler.config.loader.xbeans.BaseHttpInputXBean;
@XStreamAlias("apache-status")
public class ApacheStatusInputXBean extends BaseHttpInputXBean {
@Override
protected ApacheStatusInputConfig createConfig() {
return new ApacheStatusInputConfig(getName(), getVariablesConfig(), parseUrl(), getUsername(), getPassword(), getHeadersAsMap(), isPreemptiveAuthEnabled(), createSocketOptionsConfig());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy