Class TurboFilterList

    • Constructor Detail

      • TurboFilterList

        public TurboFilterList()
        Deprecated.
    • Method Detail

      • getTurboFilterChainDecision

        public FilterReply getTurboFilterChainDecision​(Marker marker,
                                                       Logger logger,
                                                       Level level,
                                                       String format,
                                                       Object[] params,
                                                       Throwable t)
        Deprecated.
        Loop through the filters in the chain. 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.