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 classIoFilterEventAn I/O event or an I/O request that MINA provides forIoFilters. -
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 booleanIoEventQueueHandler. accept(Object source, IoEvent event)booleanIoEventQueueThrottle. accept(Object source, IoEvent event)intDefaultIoEventSizeEstimator. estimateSize(IoEvent event)Estimate the IoEvent size in number of bytesintIoEventSizeEstimator. estimateSize(IoEvent event)Estimate the IoEvent size in number of bytesvoidIoEventQueueHandler. offered(Object source, IoEvent event)Invoked after the specifiedeventhas been offered to the event queue.voidIoEventQueueThrottle. offered(Object source, IoEvent event)Invoked after the specifiedeventhas been offered to the event queue.voidIoEventQueueHandler. polled(Object source, IoEvent event)Invoked after the specifiedeventhas been polled from the event queue.voidIoEventQueueThrottle. polled(Object source, IoEvent event)Invoked after the specifiedeventhas been polled from the event queue.
-