Uses of Interface
org.apache.mina.filter.FilterEvent
Packages that use FilterEvent
Package
Description
Classes that implement IoFilter and provide host blocking and throttling.
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
Utility classes for the MINA filtering portion of the library.
Enables creating a handler per session instead of having one handler for many sessions, using Multiton pattern.
In-VM pipe support which removes the overhead of local loopback communication.
-
Uses of FilterEvent in org.apache.mina.core.filterchain
Methods in org.apache.mina.core.filterchain with parameters of type FilterEventModifier and TypeMethodDescriptionprivate voidDefaultIoFilterChain.callNextFilterEvent(IoFilterChain.Entry entry, IoSession session, FilterEvent event) voidDefaultIoFilterChain.TailFilter.event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event) voidIoFilter.event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event) Propagate an event up to theIoHandlervoidIoFilter.NextFilter.event(IoSession session, FilterEvent event) Forwards an event to next filter.voidIoFilterAdapter.event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event) Propagate an event up to theIoHandlervoidDefaultIoFilterChain.fireEvent(FilterEvent event) Fires aIoHandler.event(IoSession, FilterEvent)event.voidIoFilterChain.fireEvent(FilterEvent event) Fires aIoHandler.event(IoSession, FilterEvent)event. -
Uses of FilterEvent in org.apache.mina.core.service
Methods in org.apache.mina.core.service with parameters of type FilterEventModifier and TypeMethodDescriptionvoidIoHandler.event(IoSession session, FilterEvent event) Invoked when a filter event is fired.voidIoHandlerAdapter.event(IoSession session, FilterEvent event) Invoked when a filter event is fired. -
Uses of FilterEvent in org.apache.mina.filter.firewall
Methods in org.apache.mina.filter.firewall with parameters of type FilterEventModifier and TypeMethodDescriptionvoidBlacklistFilter.event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event) Propagate an event up to theIoHandler -
Uses of FilterEvent in org.apache.mina.filter.ssl
Classes in org.apache.mina.filter.ssl that implement FilterEvent -
Uses of FilterEvent in org.apache.mina.filter.util
Methods in org.apache.mina.filter.util with parameters of type FilterEventModifier and TypeMethodDescriptionvoidCommonEventFilter.event(IoFilter.NextFilter nextFilter, IoSession session, FilterEvent event) Propagate an event up to theIoHandler -
Uses of FilterEvent in org.apache.mina.handler.multiton
Methods in org.apache.mina.handler.multiton with parameters of type FilterEventModifier and TypeMethodDescriptionvoidSingleSessionIoHandler.event(FilterEvent event) Deprecated.Invoked when a filter event is fired.voidSingleSessionIoHandlerAdapter.event(FilterEvent event) Deprecated.Invoked when a filter event is fired.voidSingleSessionIoHandlerDelegate.event(IoSession session, FilterEvent event) Deprecated.Delegates the method call to theSingleSessionIoHandler.event(FilterEvent)method of the handler assigned to this session. -
Uses of FilterEvent in org.apache.mina.transport.vmpipe
Methods in org.apache.mina.transport.vmpipe with parameters of type FilterEvent