Package | Description |
---|---|
org.glassfish.grizzly.asyncqueue | |
org.glassfish.grizzly.nio |
Modifier and Type | Method and Description |
---|---|
static AsyncReadQueueRecord |
AsyncReadQueueRecord.create(Connection connection,
Buffer message,
ReadResult currentResult,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor) |
Modifier and Type | Field and Description |
---|---|
protected TaskQueue<AsyncReadQueueRecord> |
NIOConnection.asyncReadQueue |
Modifier and Type | Method and Description |
---|---|
TaskQueue<AsyncReadQueueRecord> |
NIOConnection.getAsyncReadQueue() |
Modifier and Type | Method and Description |
---|---|
protected int |
AbstractNIOAsyncQueueReader.doRead(Connection connection,
AsyncReadQueueRecord queueRecord)
Performs real read on the NIO channel
|
protected void |
AbstractNIOAsyncQueueReader.onReadFailure(Connection connection,
AsyncReadQueueRecord failedRecord,
IOException e) |
Copyright © 2014 Oracle Corporation. All rights reserved.