Class ReferenceCountingIoFilter

java.lang.Object
org.apache.mina.filter.ReferenceCountingIoFilter
All Implemented Interfaces:
IoFilter

public class ReferenceCountingIoFilter extends Object implements IoFilter
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.