Class MonitorRequestRule


  • public class MonitorRequestRule
    extends java.lang.Object
    Monitor request rule.
    Since:
    11.0.0
    Version:
    $Revision$ $Date$
    • Constructor Detail

      • MonitorRequestRule

        public MonitorRequestRule()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name.
        Returns:
        the name
        Since:
        11.0.0
      • getHeaderName

        public java.lang.String getHeaderName()
        Returns the headerName.
        Returns:
        the headerName
        Since:
        11.0.0
      • getRegularExpression

        public java.lang.String getRegularExpression()
        Returns the regularExpression.
        Returns:
        the regularExpression
        Since:
        11.0.0
      • getId

        public java.lang.String getId()
        Returns the id.
        Returns:
        the id
        Since:
        11.0.0
      • matches

        public boolean matches​(javax.servlet.http.HttpServletRequest request)
        Returns whether the given request is matched by this rule.
        Parameters:
        request - the request.
        Returns:
        whether the given request is matched by this rule.
        Since:
        11.0.0