com.jamonapi.http
Class HttpMonFactory

java.lang.Object
  extended by com.jamonapi.http.HttpMonFactory
Direct Known Subclasses:
JettyHttpMonFactory

public class HttpMonFactory
extends java.lang.Object

Base class that monitors a httpServletRequest, and HttpServletResponse by returning an HttpMonRequest object per page request. Although this class can be used directly it will more often be used transparently by classes such as JAMonTomcat55Valve, JAMonServletFilter and JAMonJettyHandler. To get a list of many possible (though not all) HttpServletRequest and HttpServletResponse labels pass 'demo' to the valve, handler or servlet filter. You can also see these same possibiliteis by calling HttpMonFactory.getDemoLabels(). Note jetty and tomcat handler and valve respectively are based on objects that inherit from HttpServletRequest and HttpServletResponse respectively and all methods that these subclasses implement are available too.

Representative values returned from response methods

Representative values returned from request methods