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

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

Uses of AsyncReadCondition in com.sun.grizzly
 

Methods in com.sun.grizzly with parameters of type AsyncReadCondition
 void UDPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
          Method reads data to the ByteBuffer using async read queue.
 void SSLConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
          Method reads data to the ByteBuffer using async read queue.
 void TCPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
          Method reads data to the ByteBuffer using async read queue.
 void UDPConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
          Method reads data to the ByteBuffer using async read queue.
 void SSLConnectorHandler.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
          Method reads data to the ByteBuffer using async read queue.
 void TCPConnectorHandler.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
 AsyncReadCondition AsyncReadQueueRecord.condition
           
 

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

Methods in com.sun.grizzly.async with parameters of type AsyncReadCondition
 void AsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
           
 void AbstractAsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
          
 void AsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
           
 void AbstractAsyncQueueReader.read(SelectionKey key, ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
          
 void AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition)
          Method reads data to the ByteBuffer using async read queue.
 void AsyncQueueReadable.readFromAsyncQueue(ByteBuffer buffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
          Method reads data to the ByteBuffer using async read queue.
 void AsyncReadQueueRecord.set(ByteBuffer byteBuffer, AsyncReadCallbackHandler callbackHandler, AsyncReadCondition condition, AsyncQueueDataProcessor readPostProcessor)
           
 void AsyncReadQueueRecord.setCondition(AsyncReadCondition condition)
           
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.