Uses of Class
org.apache.mina.filter.executor.PriorityThreadPoolExecutor.SessionEntry
Packages that use PriorityThreadPoolExecutor.SessionEntry
Package
Description
IoFilters that provide flexible thread model and event queue monitoring interface.
-
Uses of PriorityThreadPoolExecutor.SessionEntry in org.apache.mina.filter.executor
Classes in org.apache.mina.filter.executor that implement interfaces with type arguments of type PriorityThreadPoolExecutor.SessionEntryModifier and TypeClassDescription(package private) static classA class used to preserve first-in-first-out order of sessions that have equal priority.Fields in org.apache.mina.filter.executor declared as PriorityThreadPoolExecutor.SessionEntryModifier and TypeFieldDescriptionprivate static final PriorityThreadPoolExecutor.SessionEntryPriorityThreadPoolExecutor.EXIT_SIGNALFields in org.apache.mina.filter.executor with type parameters of type PriorityThreadPoolExecutor.SessionEntryModifier and TypeFieldDescriptionprivate final BlockingQueue<PriorityThreadPoolExecutor.SessionEntry> PriorityThreadPoolExecutor.waitingSessionsA queue used to store the available sessionsMethods in org.apache.mina.filter.executor with parameters of type PriorityThreadPoolExecutor.SessionEntryModifier and TypeMethodDescriptionintPriorityThreadPoolExecutor.SessionEntry.compareTo(PriorityThreadPoolExecutor.SessionEntry other)