Class NoopFilter

  • All Implemented Interfaces:
    IoFilter

    public class NoopFilter
    extends IoFilterAdapter
    A Noop filter. It does nothing, as all the method are already implemented in the super class.
    This class is used by tests, when some faked filter is needed to test that the chain is working properly when adding or removing a filter.
    Author:
    Apache MINA Project
    • Constructor Detail

      • NoopFilter

        public NoopFilter()