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

Packages that use AsyncWriteQueueRecord
com.sun.grizzly.async   
 

Uses of AsyncWriteQueueRecord in com.sun.grizzly.async
 

Method parameters in com.sun.grizzly.async with type arguments of type AsyncWriteQueueRecord
 void AsyncWriteCallbackHandler.onIOException(IOException ioException, SelectionKey key, ByteBuffer buffer, Queue<AsyncWriteQueueRecord> remainingQueue)
          Method will be called by AsyncQueueWriter, if IO error occured when writing ByteBuffer to the SelectableChannel, associated with SelectionKey
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.