Uses of Package
com.sun.grizzly.asyncqueue

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

Classes in com.sun.grizzly.asyncqueue used by com.sun.grizzly.asyncqueue
AsyncQueueEnabledTransport
          Interface, which Transports should implement if they support AsyncQueues.
AsyncQueueIO
          Class encapsulates asynchronous queue implementation: AsyncQueueReader, AsyncQueueWriter.
AsyncQueueProcessor
          Common interface for AsyncQueue processors.
AsyncQueueReader
          The AsyncQueueProcessor, which implements asynchronous read queue.
AsyncQueueRecord
          AsyncQueue element unit
AsyncQueueWriter
          The AsyncQueueProcessor, which implements asynchronous write queue.
MessageCloner
          Cloner, which will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
 

Classes in com.sun.grizzly.asyncqueue used by com.sun.grizzly.nio
AsyncQueue
          Class represents common implementation of asynchronous processing queue.
AsyncQueueProcessor
          Common interface for AsyncQueue processors.
AsyncQueueReader
          The AsyncQueueProcessor, which implements asynchronous read queue.
AsyncQueueWriter
          The AsyncQueueProcessor, which implements asynchronous write queue.
AsyncReadQueueRecord
          AsyncQueue read element unit
AsyncWriteQueueRecord
          AsyncQueue write element unit
MessageCloner
          Cloner, which will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
 

Classes in com.sun.grizzly.asyncqueue used by com.sun.grizzly.nio.transport
AsyncQueueEnabledTransport
          Interface, which Transports should implement if they support AsyncQueues.
AsyncQueueIO
          Class encapsulates asynchronous queue implementation: AsyncQueueReader, AsyncQueueWriter.
AsyncQueueProcessor
          Common interface for AsyncQueue processors.
AsyncQueueReader
          The AsyncQueueProcessor, which implements asynchronous read queue.
AsyncQueueWriter
          The AsyncQueueProcessor, which implements asynchronous write queue.
MessageCloner
          Cloner, which will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.