Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
-
Packages that use AsyncQueue.AsyncResult Package Description org.glassfish.grizzly.asyncqueue org.glassfish.grizzly.nio -
-
Uses of AsyncQueue.AsyncResult in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueue.AsyncResult Modifier and Type Method Description AsyncQueue.AsyncResultAsyncQueue. processAsync(Context context)Callback method, which is called async.static AsyncQueue.AsyncResultAsyncQueue.AsyncResult. valueOf(String name)Returns the enum constant of this type with the specified name.static AsyncQueue.AsyncResult[]AsyncQueue.AsyncResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AsyncQueue.AsyncResult in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return AsyncQueue.AsyncResult Modifier and Type Method Description AsyncQueue.AsyncResultAbstractNIOAsyncQueueReader. processAsync(Context context)Callback method, which is called async.AsyncQueue.AsyncResultAbstractNIOAsyncQueueWriter. processAsync(Context context)Callback method, which is called async.
-