Package org.simpleframework.transport.reactor


package org.simpleframework.transport.reactor
  • Class
    Description
    The DirectReactor object is used to execute the ready operations of within a single synchronous thread.
    The ExecutorReactor is used to schedule operation for execution using an Executor implementation.
    The Operation interface is used to describe a task that can be executed when the associated channel is ready for some operation.
    The Reactor interface is used to describe an object that is used to schedule asynchronous I/O operations.