|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AsyncReadQueueRecord | |
|---|---|
| org.glassfish.grizzly.asyncqueue | |
| org.glassfish.grizzly.nio | |
| Uses of AsyncReadQueueRecord in org.glassfish.grizzly.asyncqueue |
|---|
| Methods in org.glassfish.grizzly.asyncqueue that return AsyncReadQueueRecord | |
|---|---|
static AsyncReadQueueRecord |
AsyncReadQueueRecord.create(Connection connection,
Buffer message,
java.util.concurrent.Future future,
ReadResult currentResult,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor)
|
| Uses of AsyncReadQueueRecord in org.glassfish.grizzly.nio |
|---|
| Fields in org.glassfish.grizzly.nio with type parameters of type AsyncReadQueueRecord | |
|---|---|
protected TaskQueue<AsyncReadQueueRecord> |
NIOConnection.asyncReadQueue
|
| Methods in org.glassfish.grizzly.nio that return types with arguments of type AsyncReadQueueRecord | |
|---|---|
TaskQueue<AsyncReadQueueRecord> |
NIOConnection.getAsyncReadQueue()
|
| Methods in org.glassfish.grizzly.nio with parameters of type AsyncReadQueueRecord | |
|---|---|
protected int |
AbstractNIOAsyncQueueReader.doRead(Connection connection,
AsyncReadQueueRecord queueRecord)
Performs real read on the NIO channel |
protected void |
AbstractNIOAsyncQueueReader.failReadRecord(AsyncReadQueueRecord record,
java.lang.Throwable e)
|
protected void |
AbstractNIOAsyncQueueReader.onReadComplete(AsyncReadQueueRecord record)
|
protected void |
AbstractNIOAsyncQueueReader.onReadFailure(Connection connection,
AsyncReadQueueRecord failedRecord,
java.io.IOException e)
|
protected void |
AbstractNIOAsyncQueueReader.onReadIncomplete(AsyncReadQueueRecord record)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||