Class MonitorRequestRule


  • public class MonitorRequestRule
    extends Object
    Monitor request rule.
    Since:
    11.0.0
    Version:
    $Revision: 22188 $ $Date: 2018-12-14 17:19:05 -0200 (Fri, 14 Dec 2018) $
    • Constructor Detail

      • MonitorRequestRule

        public MonitorRequestRule()
    • Method Detail

      • getName

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

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

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

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

        public boolean matches​(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