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.org.apache.mina.transport.vmpipe 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.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(java.lang.Object source, IoEvent event)booleanIoEventQueueThrottle. accept(java.lang.Object source, IoEvent event)intDefaultIoEventSizeEstimator. 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 bytesvoidIoEventQueueHandler. offered(java.lang.Object source, IoEvent event)Invoked after the specifiedeventhas been offered to the event queue.voidIoEventQueueThrottle. offered(java.lang.Object source, IoEvent event)Invoked after the specifiedeventhas been offered to the event queue.voidIoEventQueueHandler. polled(java.lang.Object source, IoEvent event)Invoked after the specifiedeventhas been polled from the event queue.voidIoEventQueueThrottle. polled(java.lang.Object source, IoEvent event)Invoked after the specifiedeventhas been polled from the event queue.private voidOrderedThreadPoolExecutor. print(java.util.Queue<java.lang.Runnable> queue, IoEvent event)A Helper class used to print the list of events being queued.private voidPriorityThreadPoolExecutor. print(java.util.Queue<java.lang.Runnable> queue, IoEvent event)A 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 IoEvent Modifier and Type Field Description private java.util.Queue<IoEvent>VmPipeFilterChain. eventQueueMethods in org.apache.mina.transport.vmpipe with parameters of type IoEvent Modifier and Type Method Description private voidVmPipeFilterChain. fireEvent(IoEvent e)private voidVmPipeFilterChain. pushEvent(IoEvent e)private voidVmPipeFilterChain. pushEvent(IoEvent e, boolean flushNow)
-