Uses of Interface
org.glassfish.grizzly.asyncqueue.AsyncQueueReader

Packages that use AsyncQueueReader
org.glassfish.grizzly.asyncqueue   
org.glassfish.grizzly.nio   
org.glassfish.grizzly.nio.transport   
 

Uses of AsyncQueueReader in org.glassfish.grizzly.asyncqueue
 

Methods in org.glassfish.grizzly.asyncqueue that return AsyncQueueReader
 AsyncQueueReader AsyncQueueIO.getReader()
          Get AsyncQueueReader implementation.
 

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

Uses of AsyncQueueReader in org.glassfish.grizzly.nio
 

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

Uses of AsyncQueueReader in org.glassfish.grizzly.nio.transport
 

Classes in org.glassfish.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.