Uses of Class
org.apache.mina.core.session.IoEvent
-
Packages that use IoEvent Package Description org.apache.mina.core.filterchain org.apache.mina.filter.executor IoFilters that provide flexible thread model and event queue monitoring interface. -
-
Uses of IoEvent in org.apache.mina.core.filterchain
Subclasses of IoEvent in org.apache.mina.core.filterchain Modifier and Type Class Description class
IoFilterEvent
An I/O event or an I/O request that MINA provides forIoFilter
s. -
Uses of IoEvent in org.apache.mina.filter.executor
Methods in org.apache.mina.filter.executor with parameters of type IoEvent Modifier and Type Method Description boolean
IoEventQueueHandler. accept(Object source, IoEvent event)
boolean
IoEventQueueThrottle. accept(Object source, IoEvent event)
int
DefaultIoEventSizeEstimator. estimateSize(IoEvent event)
Estimate the IoEvent size in number of bytesint
IoEventSizeEstimator. estimateSize(IoEvent event)
Estimate the IoEvent size in number of bytesvoid
IoEventQueueHandler. offered(Object source, IoEvent event)
Invoked after the specified event has been offered to the event queue.void
IoEventQueueThrottle. offered(Object source, IoEvent event)
Invoked after the specified event has been offered to the event queue.void
IoEventQueueHandler. polled(Object source, IoEvent event)
Invoked after the specified event has been polled from the event queue.void
IoEventQueueThrottle. polled(Object source, IoEvent event)
Invoked after the specified event has been polled from the event queue.
-