Uses of Package
org.glassfish.grizzly.asyncqueue

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

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly
PushBackHandler
          Callback handler, which will be called by Grizzly Writer implementation, if message can not be neither written nor added to write queue at the moment due to I/O or memory limitations.
WritableMessage
          Common interface for entities that may be written to a Channel.
 

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.asyncqueue
AsyncQueue
          Common interface for AsyncQueue processors.
AsyncQueue.AsyncResult
           
AsyncQueueIO
          Class encapsulates asynchronous queue implementation: AsyncQueueReader, AsyncQueueWriter.
AsyncQueueIO.MutableAsyncQueueIO
           
AsyncQueueReader
          The AsyncQueue, which implements asynchronous read queue.
AsyncQueueRecord
          AsyncQueue element unit
AsyncQueueWriter
          The AsyncQueue, which implements asynchronous write queue.
AsyncQueueWriter.Reentrant
          Write reentrants counter
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.
PushBackContext
          Context being passed when Writer refuses to accept passed WritableMessage due to I/O or memory limitations.
PushBackHandler
          Callback handler, which will be called by Grizzly Writer implementation, if message can not be neither written nor added to write queue at the moment due to I/O or memory limitations.
TaskQueue
          Class represents common implementation of asynchronous processing queue.
TaskQueue.MutableMaxQueueSize
           
WritableMessage
          Common interface for entities that may be written to a Channel.
 

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.
PushBackHandler
          Callback handler, which will be called by Grizzly Writer implementation, if message can not be neither written nor added to write queue at the moment due to I/O or memory limitations.
 

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.memory
WritableMessage
          Common interface for entities that may be written to a Channel.
 

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.nio
AsyncQueue
          Common interface for AsyncQueue processors.
AsyncQueue.AsyncResult
           
AsyncQueueReader
          The AsyncQueue, which implements asynchronous read queue.
AsyncQueueWriter
          The AsyncQueue, which implements asynchronous write queue.
AsyncQueueWriter.Reentrant
          Write reentrants counter
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.
PushBackContext
          Context being passed when Writer refuses to accept passed WritableMessage due to I/O or memory limitations.
PushBackHandler
          Callback handler, which will be called by Grizzly Writer implementation, if message can not be neither written nor added to write queue at the moment due to I/O or memory limitations.
TaskQueue
          Class represents common implementation of asynchronous processing queue.
WritableMessage
          Common interface for entities that may be written to a Channel.
 

Classes in org.glassfish.grizzly.asyncqueue used by org.glassfish.grizzly.nio.tmpselectors
PushBackHandler
          Callback handler, which will be called by Grizzly Writer implementation, if message can not be neither written nor added to write queue at the moment due to I/O or memory limitations.
WritableMessage
          Common interface for entities that may be written to a Channel.
 

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
TaskQueue
          Class represents common implementation of asynchronous processing queue.
WritableMessage
          Common interface for entities that may be written to a Channel.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.