Uses of Class
com.sun.grizzly.asyncqueue.AsyncReadQueueRecord

Packages that use AsyncReadQueueRecord
com.sun.grizzly.nio   
 

Uses of AsyncReadQueueRecord in com.sun.grizzly.nio
 

Fields in com.sun.grizzly.nio with type parameters of type AsyncReadQueueRecord
protected  AsyncQueue<AsyncReadQueueRecord> AbstractNIOConnection.asyncReadQueue
           
 

Methods in com.sun.grizzly.nio that return types with arguments of type AsyncReadQueueRecord
 AsyncQueue<AsyncReadQueueRecord> AbstractNIOConnection.getAsyncReadQueue()
           
 

Methods in com.sun.grizzly.nio with parameters of type AsyncReadQueueRecord
protected  void AbstractNIOAsyncQueueReader.failReadRecord(Connection connection, AsyncReadQueueRecord record, IOException e)
           
protected  void AbstractNIOAsyncQueueReader.onReadCompleted(Connection connection, AsyncReadQueueRecord record)
           
protected  void AbstractNIOAsyncQueueReader.onReadFailure(Connection connection, AsyncReadQueueRecord failedRecord, IOException e)
           
protected  void AbstractNIOAsyncQueueReader.onReadIncompleted(Connection connection, AsyncReadQueueRecord record)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.