Module 

Class WriteReadyHandler.ReadyTask

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

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

    • ReadyTask

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

    • run

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