Uses of Class
org.glassfish.grizzly.asyncqueue.AsyncReadQueueRecord

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, 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.onReadFailure(Connection connection, AsyncReadQueueRecord failedRecord, java.io.IOException e)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.