Class ReferenceCountingFilter

java.lang.Object
org.apache.mina.core.filterchain.IoFilterAdapter
org.apache.mina.filter.util.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.