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

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

Uses of AsyncQueueReader in com.sun.grizzly
 

Fields in com.sun.grizzly declared as AsyncQueueReader
protected  AsyncQueueReader TCPSelectorHandler.asyncQueueReader
          AsyncQueueWriter
 

Methods in com.sun.grizzly that return AsyncQueueReader
 AsyncQueueReader SelectorHandler.getAsyncQueueReader()
          Returns AsyncQueueReader associated with this SelectorHandler.
protected  AsyncQueueReader Context.getAsyncQueueReader()
          Return the AsyncQueueReader
 AsyncQueueReader TCPSelectorHandler.getAsyncQueueReader()
          Returns AsyncQueueReader associated with this SelectorHandler.
 

Methods in com.sun.grizzly with parameters of type AsyncQueueReader
protected  void Context.setAsyncQueueReader(AsyncQueueReader asyncQueueReader)
          Set the AsyncQueueReader
 

Uses of AsyncQueueReader in com.sun.grizzly.async
 

Classes in com.sun.grizzly.async that implement AsyncQueueReader
 class AbstractAsyncQueueReader
           
 class TCPAsyncQueueReader
           
 class UDPAsyncQueueReader
           
 

Methods in com.sun.grizzly.async that return AsyncQueueReader
 AsyncQueueReader AsyncQueueReaderContextTask.getAsyncQueueReader()
           
 

Methods in com.sun.grizzly.async with parameters of type AsyncQueueReader
 void AsyncQueueReaderContextTask.setAsyncQueueReader(AsyncQueueReader asyncQueueReader)
           
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.