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

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

Uses of AsyncQueueProcessor in com.sun.grizzly.asyncqueue
 

Subinterfaces of AsyncQueueProcessor in com.sun.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 com.sun.grizzly.nio
 

Classes in com.sun.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 com.sun.grizzly.nio.transport
 

Classes in com.sun.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.