Class FilterAttachableImpl<E>

    • Constructor Detail

      • FilterAttachableImpl

        public FilterAttachableImpl()
    • Method Detail

      • getFilterChainDecision

        public FilterReply getFilterChainDecision​(E event)
        Loop through the filters in the list. As soon as a filter decides on ACCEPT or DENY, then that value is returned. If all of the filters return NEUTRAL, then NEUTRAL is returned.
        Specified by:
        getFilterChainDecision in interface FilterAttachable<E>