| Package | Description |
|---|---|
| org.glassfish.grizzly.asyncqueue | |
| org.glassfish.grizzly.nio |
| Modifier and Type | Method and Description |
|---|---|
static AsyncReadQueueRecord |
AsyncReadQueueRecord.create(Connection connection,
Buffer message,
CompletionHandler completionHandler,
Interceptor<ReadResult> interceptor) |
| 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 © 2017–2019 Oracle Corporation. All rights reserved.