Uses of Package
org.glassfish.grizzly.asyncqueue

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

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.asyncqueue
AsyncQueue
          Common interface for AsyncQueue processors.
AsyncQueueIO
          Class encapsulates asynchronous queue implementation: AsyncQueueReader, AsyncQueueWriter.
AsyncQueueReader
          The AsyncQueue, which implements asynchronous read queue.
AsyncQueueRecord
          AsyncQueue element unit
AsyncQueueWriter
          The AsyncQueue, 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.
TaskQueue
          Class represents common implementation of asynchronous processing queue.
TaskQueue.QueueMonitor
          Notification mechanism which will be invoked when TaskQueue.releaseSpace(int) or TaskQueue.releaseSpaceAndNotify(int) is called.
 

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.filterchain
MessageCloner
          Cloner, which will be called by AsyncQueueWriter, when message could not be written directly, and will be added to the queue.
 

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.nio
AsyncQueue
          Common interface for AsyncQueue processors.
AsyncQueueReader
          The AsyncQueue, which implements asynchronous read queue.
AsyncQueueWriter
          The AsyncQueue, 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.
TaskQueue
          Class represents common implementation of asynchronous processing queue.
 

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.nio.transport
AsyncQueue
          Common interface for AsyncQueue processors.
AsyncQueueEnabledTransport
          Interface, which Transports should implement if they support AsyncQueues.
AsyncQueueIO
          Class encapsulates asynchronous queue implementation: AsyncQueueReader, AsyncQueueWriter.
AsyncQueueReader
          The AsyncQueue, which implements asynchronous read queue.
AsyncQueueWriter
          The AsyncQueue, which implements asynchronous write queue.
AsyncWriteQueueRecord
          AsyncQueue write element unit
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.