Uses of Class
org.apache.mina.core.filterchain.IoFilterEvent
Packages that use IoFilterEvent
Package
Description
IoFilters that provide flexible thread model and event queue monitoring interface.
Classes that implement IoFilter and provide logging of the events and data that flows through a MINA-based system.
Utility classes for the MINA filtering portion of the library.
-
Uses of IoFilterEvent in org.apache.mina.filter.executor
Methods in org.apache.mina.filter.executor with parameters of type IoFilterEventModifier and TypeMethodDescriptionprotected voidExecutorFilter.fireEvent(IoFilterEvent event) Fires the specified event through the underlying executor. -
Uses of IoFilterEvent in org.apache.mina.filter.logging
Methods in org.apache.mina.filter.logging with parameters of type IoFilterEvent -
Uses of IoFilterEvent in org.apache.mina.filter.util
Methods in org.apache.mina.filter.util with parameters of type IoFilterEventModifier and TypeMethodDescriptionprotected abstract voidCommonEventFilter.filter(IoFilterEvent event)