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

Packages that use AsyncReadQueueRecord
com.sun.grizzly.async   
 

Uses of AsyncReadQueueRecord in com.sun.grizzly.async
 

Method parameters in com.sun.grizzly.async with type arguments of type AsyncReadQueueRecord
 void AsyncReadCallbackHandler.onIOException(IOException ioException, SelectionKey key, ByteBuffer buffer, Queue<AsyncReadQueueRecord> remainingQueue)
          Method will be called by AsyncQueueReader, if IO error occured when reading from the SelectableChannel, which is associated with SelectionKey
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.