com.jamonapi.http
Class JettyHttpMonFactory

java.lang.Object
  extended by com.jamonapi.http.HttpMonFactory
      extended by com.jamonapi.http.JettyHttpMonFactory

public class JettyHttpMonFactory
extends HttpMonFactory

Factory used in the JAMonJettyHandler. Usually this need not be used directly, but via JAMonJettyHandler.

Author:
steve souza

Constructor Summary
JettyHttpMonFactory(java.lang.String labelPrefix)
           
 
Method Summary
 
Methods inherited from class com.jamonapi.http.HttpMonFactory
addSummaryLabel, getDemoLabels, getEnabled, getIgnoreHttpParams, getLabelPrefix, getMon, getSize, getSummaryLabels, main, setEnabled, setIgnoreHttpParams, setSize, setSummaryLabels, setSummaryLabels, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyHttpMonFactory

public JettyHttpMonFactory(java.lang.String labelPrefix)