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

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

Uses of AsyncQueueProcessor in org.glassfish.grizzly.asyncqueue
 

Subinterfaces of AsyncQueueProcessor in org.glassfish.grizzly.asyncqueue
 interface AsyncQueueReader<L>
          The AsyncQueueProcessor, which implements asynchronous read queue.
 interface AsyncQueueWriter<L>
          The AsyncQueueProcessor, which implements asynchronous write queue.
 

Uses of AsyncQueueProcessor in org.glassfish.grizzly.nio
 

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

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

Classes in org.glassfish.grizzly.nio.transport that implement AsyncQueueProcessor
 class TCPNIOAsyncQueueReader
          The TCP transport AsyncQueueReader implementation, based on the Java NIO
 class TCPNIOAsyncQueueWriter
          The TCP transport AsyncQueueWriter implementation, based on the Java NIO
 class UDPNIOAsyncQueueReader
          The UDP transport AsyncQueueReader implementation, based on the Java NIO
 class UDPNIOAsyncQueueWriter
          The UDP transport AsyncQueueWriter implementation, based on the Java NIO
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.