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) |
| Modifier and Type | Method and Description |
|---|---|
void |
fire() |
IoFilter.NextFilter |
getNextFilter() |
getParameter, getSession, getType, run, toStringpublic IoFilterEvent(IoFilter.NextFilter nextFilter, IoEventType type, IoSession session, Object parameter)
public IoFilter.NextFilter getNextFilter()
Copyright © 2004–2017 Apache MINA Project. All rights reserved.