Class DoSFilter.Listener

  • Enclosing class:
    DoSFilter

    public static class DoSFilter.Listener
    extends java.lang.Object
    Listener for actions taken against specific requests.
    • Constructor Detail

      • Listener

        public Listener()
    • Method Detail

      • onRequestOverLimit

        public DoSFilter.Action onRequestOverLimit​(javax.servlet.http.HttpServletRequest request,
                                                   DoSFilter.OverLimit overlimit,
                                                   DoSFilter dosFilter)
        Process the onRequestOverLimit() behavior.
        Parameters:
        request - the request that is over the limit
        dosFilter - the DoSFilter that this event occurred on
        Returns:
        the action to actually perform.