Package | Description |
---|---|
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio |
Modifier and Type | Method and Description |
---|---|
AsyncQueue.AsyncResult |
AsyncQueue.processAsync(Context context)
Callback method, which is called async.
|
static AsyncQueue.AsyncResult |
AsyncQueue.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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 Oracle Corporation. All rights reserved.