Module 

Class ReadReadyHandler.ReadyTask

java.lang.Object
org.xnio.conduits.ReadReadyHandler.ReadyTask
All Implemented Interfaces:
Runnable
Enclosing interface:
ReadReadyHandler

public static class ReadReadyHandler.ReadyTask extends Object implements Runnable
A runnable task which invokes the ReadReadyHandler.readReady() method of the given handler.
  • Constructor Details

    • ReadyTask

      public ReadyTask(ReadReadyHandler handler)
      Construct a new instance.
      Parameters:
      handler - the handler to invoke
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable