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

Packages that use AsyncQueueReader
com.sun.grizzly.asyncqueue   
com.sun.grizzly.nio   
com.sun.grizzly.nio.transport   
 

Uses of AsyncQueueReader in com.sun.grizzly.asyncqueue
 

Methods in com.sun.grizzly.asyncqueue that return AsyncQueueReader
 AsyncQueueReader AsyncQueueIO.getReader()
          Get AsyncQueueReader implementation.
 

Constructors in com.sun.grizzly.asyncqueue with parameters of type AsyncQueueReader
AsyncQueueIO(AsyncQueueReader reader, AsyncQueueWriter writer)
           
 

Uses of AsyncQueueReader in com.sun.grizzly.nio
 

Classes in com.sun.grizzly.nio that implement AsyncQueueReader
 class AbstractNIOAsyncQueueReader
          The AsyncQueueReader implementation, based on the Java NIO
 

Uses of AsyncQueueReader in com.sun.grizzly.nio.transport
 

Classes in com.sun.grizzly.nio.transport that implement AsyncQueueReader
 class TCPNIOAsyncQueueReader
          The TCP transport AsyncQueueReader implementation, based on the Java NIO
 class UDPNIOAsyncQueueReader
          The UDP transport AsyncQueueReader implementation, based on the Java NIO
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.