Uses of Interface
com.sun.grizzly.async.AsyncReadCondition

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

Uses of AsyncReadCondition in com.sun.grizzly
 

Methods in com.sun.grizzly with parameters of type AsyncReadCondition
 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 AsyncReadCondition in com.sun.grizzly.async
 

Fields in com.sun.grizzly.async declared as AsyncReadCondition
protected  AsyncReadCondition AsyncQueueReadUnit.condition
           
 

Methods in com.sun.grizzly.async that return AsyncReadCondition
 AsyncReadCondition AsyncQueueReadUnit.getCondition()
           
 

Methods in com.sun.grizzly.async with parameters of type AsyncReadCondition
 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, 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.
 void AsyncQueueReadUnit.set(ByteBuffer byteBuffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor, Future<AsyncQueueReadUnit> future)
           
 void AsyncQueueReadUnit.setCondition(AsyncReadCondition condition)
           
 

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

Methods in com.sun.grizzly.connectioncache.client with parameters of type AsyncReadCondition
 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.