Uses of Enum Class
org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult
Packages that use AsyncQueue.AsyncResult
-
Uses of AsyncQueue.AsyncResult in org.glassfish.grizzly.asyncqueue
Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueue.AsyncResultModifier and TypeMethodDescriptionAsyncQueue.processAsync(Context context) Callback method, which is called async.static AsyncQueue.AsyncResultReturns the enum constant of this class with the specified name.static AsyncQueue.AsyncResult[]AsyncQueue.AsyncResult.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AsyncQueue.AsyncResult in org.glassfish.grizzly.nio
Methods in org.glassfish.grizzly.nio that return AsyncQueue.AsyncResultModifier and TypeMethodDescriptionAbstractNIOAsyncQueueReader.processAsync(Context context) Callback method, which is called async.AbstractNIOAsyncQueueWriter.processAsync(Context context) Callback method, which is called async.