Package org.simpleframework.transport.reactor
-
Interface Summary Interface Description Operation TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.Reactor TheReactorinterface is used to describe an object that is used to schedule asynchronous I/O operations. -
Class Summary Class Description ExecutorReactor TheExecutorReactoris used to schedule operation for execution using anExecutorimplementation.SynchronousReactor TheSynchronousReactorobject is used to execute the ready operations of within a single synchronous thread. -
Enum Summary Enum Description ReactorEvent TheReactorEventenumeration is used for tracing the operations that occur within the reactor.