- java.lang.Object
-
- org.xnio.conduits.WriteReadyHandler.ReadyTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing interface:
- WriteReadyHandler
public static class WriteReadyHandler.ReadyTask extends java.lang.Object implements java.lang.Runnable
A runnable task which invokes theWriteReadyHandler.writeReady()
method of the given handler.
-
-
Constructor Summary
Constructors Constructor Description ReadyTask(WriteReadyHandler handler)
Construct a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-
-
-
Constructor Detail
-
ReadyTask
public ReadyTask(WriteReadyHandler handler)
Construct a new instance.- Parameters:
handler
- the handler to invoke
-
-