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<L> AsyncQueueIO.getReader()
          Get AsyncQueueReader implementation.
 AsyncQueueReader<L> AsyncQueueIO.ImmutableAsyncQueueIO.getReader()
          Get AsyncQueueReader implementation.
 AsyncQueueReader<L> AsyncQueueIO.MutableAsyncQueueIO.getReader()
          Get AsyncQueueReader implementation.
 

Methods in org.glassfish.grizzly.asyncqueue with parameters of type AsyncQueueReader
static
<L> AsyncQueueIO<L>
AsyncQueueIO.Factory.createImmutable(AsyncQueueReader<L> reader, AsyncQueueWriter<L> writer)
           
static
<L> AsyncQueueIO.MutableAsyncQueueIO<L>
AsyncQueueIO.Factory.createMutable(AsyncQueueReader<L> reader, AsyncQueueWriter<L> writer)
           
 void AsyncQueueIO.MutableAsyncQueueIO.setReader(AsyncQueueReader<L> reader)
           
 

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 © 2012 Oracle Corporation. All Rights Reserved.