Uses of Interface
org.xnio.XnioExecutor.Key
-
Packages that use XnioExecutor.Key Package Description org.xnio The main API package for XNIO. -
-
Uses of XnioExecutor.Key in org.xnio
Fields in org.xnio declared as XnioExecutor.Key Modifier and Type Field Description static XnioExecutor.KeyXnioExecutor.Key. IMMEDIATEAn immediate key.Methods in org.xnio that return XnioExecutor.Key Modifier and Type Method Description XnioExecutor.KeyXnioExecutor. executeAfter(java.lang.Runnable command, long time, java.util.concurrent.TimeUnit unit)Execute a command after a period of time.XnioExecutor.KeyXnioExecutor. executeAtInterval(java.lang.Runnable command, long time, java.util.concurrent.TimeUnit unit)Execute a command repeatedly at a time interval until it is cancelled.
-