public class IoFilterEvent extends IoEvent
IoFilters.
Most users won't need to use this class. It is usually used by internal
components to store I/O events.| Constructor and Description |
|---|
IoFilterEvent(IoFilter.NextFilter nextFilter,
IoEventType type,
IoSession session,
Object parameter)
Creates a new IoFilterEvent instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
fire()
Fire an event
|
IoFilter.NextFilter |
getNextFilter() |
getParameter, getSession, getType, run, toStringpublic IoFilterEvent(IoFilter.NextFilter nextFilter, IoEventType type, IoSession session, Object parameter)
nextFilter - The next Filtertype - The type of eventsession - The current sessionparameter - Any parameterpublic IoFilter.NextFilter getNextFilter()
Copyright © 2004–2024 Apache MINA Project. All rights reserved.