Package org.simpleframework.transport.reactor
package org.simpleframework.transport.reactor
-
ClassDescriptionThe
ExecutorReactoris used to schedule operation for execution using anExecutorimplementation.TheOperationinterface is used to describe a task that can be executed when the associated channel is ready for some operation.TheReactorinterface is used to describe an object that is used to schedule asynchronous I/O operations.TheReactorEventenumeration is used for tracing the operations that occur within the reactor.TheSynchronousReactorobject is used to execute the ready operations of within a single synchronous thread.