Package org.simpleframework.transport.reactor
package org.simpleframework.transport.reactor
-
ClassDescriptionThe
Action
object is used to represent an action that the distributor is to process.TheActionDistributor
is used to execute operations that have an interested I/O event ready.TheActionSelector
object is used to perform socket based selection with the help of theActionSet
object.TheActionSet
object represents a set of actions that are associated with a particular selection key.TheCancelAction
object is used to represent a task that can be executed to cancel an operation.TheExecuteAction
object is represents an action that the distributor is to process.TheExecutorReactor
is used to schedule operation for execution using anExecutor
implementation.TheLatch
is used to provide a simple latch that will allow a thread to block until it is signaled that it is ready.TheOperation
interface is used to describe a task that can be executed when the associated channel is ready for some operation.TheDistributor
object is used to execute operations that have an interested I/O event ready.ThePartitionDistributor
object is a distributor that partitions the selection process in to several threads.TheReactor
interface is used to describe an object that is used to schedule asynchronous I/O operations.TheReactorEvent
enumeration is used for tracing the operations that occur within the reactor.TheSynchronousReactor
object is used to execute the ready operations of within a single synchronous thread.