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 Context.getAsyncQueueReader()
          Return the
 AsyncQueueReader SelectorHandler.getAsyncQueueReader()
          Returns AsyncQueueReader associated with this SelectorHandler.
 AsyncQueueReader NIOContext.getAsyncQueueReader()
          Return the
 AsyncQueueReader TCPSelectorHandler.getAsyncQueueReader()
          Returns AsyncQueueReader associated with this SelectorHandler.
 

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

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)
           
 

Constructors in com.sun.grizzly.async with parameters of type AsyncQueueReader
AsyncQueueReaderContextTask(AsyncQueueReader asyncQueueReader)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.