Uses of Interface
org.simpleframework.transport.reactor.Operation

Packages that use Operation
Package
Description
 
  • Uses of Operation in org.simpleframework.transport.reactor

    Methods in org.simpleframework.transport.reactor with parameters of type Operation
    Modifier and Type
    Method
    Description
    void
    ExecutorReactor.process(Operation task)
    This method is used to execute the provided operation without the need to specifically check for I/O events.
    void
    ExecutorReactor.process(Operation task, int require)
    This method is used to execute the provided operation when there is an I/O event that task is interested in.
    void
    Reactor.process(Operation task)
    This method is used to execute the provided operation without the need to specifically check for I/O events.
    void
    Reactor.process(Operation task, int require)
    This method is used to execute the provided operation when there is an I/O event that task is interested in.
    void
    SynchronousReactor.process(Operation task)
    This method is used to execute the provided operation without the need to specifically check for I/O events.
    void
    SynchronousReactor.process(Operation task, int require)
    This method is used to execute the provided operation when there is an I/O event that task is interested in.