Uses of Class
org.apache.mina.core.session.IoEvent
Packages that use IoEvent
Package
Description
IoFilters that provide flexible thread model and event queue monitoring interface.
In-VM pipe support which removes the overhead of local loopback communication.
-
Uses of IoEvent in org.apache.mina.core.filterchain
Subclasses of IoEvent in org.apache.mina.core.filterchainModifier and TypeClassDescriptionclassAn 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 IoEventModifier and TypeMethodDescriptionbooleanbooleanintDefaultIoEventSizeEstimator.estimateSize(IoEvent event) Estimate the IoEvent size in number of bytesprivate intIoEventQueueThrottle.estimateSize(IoEvent event) intIoEventSizeEstimator.estimateSize(IoEvent event) Estimate the IoEvent size in number of bytesvoidInvoked after the specifiedeventhas been offered to the event queue.voidInvoked after the specifiedeventhas been offered to the event queue.voidInvoked after the specifiedeventhas been polled from the event queue.voidInvoked after the specifiedeventhas been polled from the event queue.private voidA Helper class used to print the list of events being queued.private voidA Helper class used to print the list of events being queued. -
Uses of IoEvent in org.apache.mina.transport.vmpipe
Fields in org.apache.mina.transport.vmpipe with type parameters of type IoEventMethods in org.apache.mina.transport.vmpipe with parameters of type IoEvent