Uses of Interface
org.xnio.XnioExecutor.Key
Packages that use XnioExecutor.Key
-
Uses of XnioExecutor.Key in org.xnio
Fields in org.xnio declared as XnioExecutor.KeyModifier and TypeFieldDescriptionstatic final XnioExecutor.Key
XnioExecutor.Key.IMMEDIATE
An immediate key.Methods in org.xnio that return XnioExecutor.KeyModifier and TypeMethodDescriptionXnioExecutor.executeAfter
(Runnable command, long time, TimeUnit unit) Execute a command after a period of time.XnioExecutor.executeAtInterval
(Runnable command, long time, TimeUnit unit) Execute a command repeatedly at a time interval until it is cancelled.