Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncQueue.AsyncResult

Packages that use AsyncQueue.AsyncResult
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
 AsyncQueue.AsyncResult AsyncQueue.processAsync(Context context)
          Callback method, which is called async.
static AsyncQueue.AsyncResult AsyncQueue.AsyncResult.valueOf(java.lang.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
 AsyncQueue.AsyncResult AbstractNIOAsyncQueueWriter.processAsync(Context context)
          Callback method, which is called async.
 AsyncQueue.AsyncResult AbstractNIOAsyncQueueReader.processAsync(Context context)
          Callback method, which is called async.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.