Class ReferenceCountingFilter

  • All Implemented Interfaces:
    IoFilter

    public class ReferenceCountingFilter
    extends IoFilterAdapter
    An IoFilters wrapper that keeps track of the number of usages of this filter and will call init/destroy when the filter is not in use.
    Author:
    Apache MINA Project