Class NoopFilter
java.lang.Object
org.apache.mina.core.filterchain.IoFilterAdapter
org.apache.mina.filter.util.NoopFilter
- All Implemented Interfaces:
IoFilter
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.
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface IoFilter
IoFilter.NextFilter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class IoFilterAdapter
destroy, event, exceptionCaught, filterClose, filterWrite, init, inputClosed, messageReceived, messageSent, onPostAdd, onPostRemove, onPreAdd, onPreRemove, sessionClosed, sessionCreated, sessionIdle, sessionOpened, toString
-
Constructor Details
-
NoopFilter
public NoopFilter()
-