- java.lang.Object
-
- org.xnio.conduits.ReadReadyHandler.ReadyTask
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing interface:
- ReadReadyHandler
public static class ReadReadyHandler.ReadyTask extends java.lang.Object implements java.lang.Runnable
A runnable task which invokes theReadReadyHandler.readReady()
method of the given handler.
-
-
Constructor Summary
Constructors Constructor Description ReadyTask(ReadReadyHandler 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(ReadReadyHandler handler)
Construct a new instance.- Parameters:
handler
- the handler to invoke
-
-