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

Packages that use AsyncQueueReadUnit
com.sun.grizzly   
com.sun.grizzly.async   
com.sun.grizzly.connectioncache.client   
 

Uses of AsyncQueueReadUnit in com.sun.grizzly
 

Methods in com.sun.grizzly that return types with arguments of type AsyncQueueReadUnit
 Future<AsyncQueueReadUnit> AbstractConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler)
          Method reads data to the ByteBuffer using async read queue.
 Future<AsyncQueueReadUnit> AbstractConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
          Method reads data to the ByteBuffer using async read queue.
 Future<AsyncQueueReadUnit> SSLConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
          Method reads data to the ByteBuffer using async read queue.
 Future<AsyncQueueReadUnit> AbstractConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
          Method reads data to the ByteBuffer using async read queue.
 

Uses of AsyncQueueReadUnit in com.sun.grizzly.async
 

Fields in com.sun.grizzly.async with type parameters of type AsyncQueueReadUnit
protected  Future<AsyncQueueReadUnit> AsyncQueueReadUnit.future
           
 

Methods in com.sun.grizzly.async that return types with arguments of type AsyncQueueReadUnit
 Future<AsyncQueueReadUnit> AsyncQueueReadUnit.getFuture()
           
 Future<AsyncQueueReadUnit> AsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler)
           
 Future<AsyncQueueReadUnit> AbstractAsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler)
           
 Future<AsyncQueueReadUnit> AsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
           
 Future<AsyncQueueReadUnit> AbstractAsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
           
 Future<AsyncQueueReadUnit> AsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
           
 Future<AsyncQueueReadUnit> AbstractAsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
           
 Future<AsyncQueueReadUnit> AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler)
          Method reads data to the ByteBuffer using async read queue.
 Future<AsyncQueueReadUnit> AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
          Method reads data to the ByteBuffer using async read queue.
 Future<AsyncQueueReadUnit> AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
          Method reads data to the ByteBuffer using async read queue.
 

Methods in com.sun.grizzly.async with parameters of type AsyncQueueReadUnit
 void AsyncReadCallbackHandler.onReadCompleted(SelectionKey key, SocketAddress srcAddress, AsyncQueueReadUnit readRecord)
          Method will be called by AsyncQueueReader, if data was read to the ByteBuffer from the SelectableChannel, associated with SelectionKey, and read data confirms to the user-specific condition (if any was set).
 

Method parameters in com.sun.grizzly.async with type arguments of type AsyncQueueReadUnit
 void AsyncReadCallbackHandler.onException(Exception exception, SelectionKey key, ByteBuffer buffer, Queue<AsyncQueueReadUnit> remainingQueue)
          Method will be called by AsyncQueueReader, if error occured when reading from the SelectableChannel, which is associated with SelectionKey
 void AsyncQueueReadUnit.set(ByteBuffer byteBuffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor, Future<AsyncQueueReadUnit> future)
           
 void AsyncQueueReadUnit.setFuture(Future<AsyncQueueReadUnit> future)
           
 

Uses of AsyncQueueReadUnit in com.sun.grizzly.connectioncache.client
 

Methods in com.sun.grizzly.connectioncache.client that return types with arguments of type AsyncQueueReadUnit
 Future<AsyncQueueReadUnit> CacheableConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler)
           
 Future<AsyncQueueReadUnit> CacheableConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
           
 Future<AsyncQueueReadUnit> CacheableConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.