Uses of Package
com.sun.grizzly.async

Packages that use com.sun.grizzly.async
com.sun.grizzly   
com.sun.grizzly.async   
com.sun.grizzly.connectioncache.client   
com.sun.grizzly.filter   
com.sun.grizzly.http   
com.sun.grizzly.ssl   
 

Classes in com.sun.grizzly.async used by com.sun.grizzly
AsyncQueueDataProcessor
          Interface represents processor class, which could be used either by AsyncQueueWriter for pre processing data, which will be sent on a SelectableChannel; or by AsyncQueueReader for post processing data, which were read from a SelectableChannel.
AsyncQueueReadable
          Object, which is able to read data to the ByteBuffer asynchronously, using queue.
AsyncQueueReader
           
AsyncQueueReaderContextTask
          AsyncQueueReader task, which will be executed by Context, when Context.execute(ContextTask) is called.
AsyncQueueReadUnit
          AsyncQueue write data unit
AsyncQueueWritable
          Object, which is able to send ByteBuffer data asynchronously, using queue.
AsyncQueueWriter
          Common interface to be implemented by protocol dependant asynchronous queue writers implementations
AsyncQueueWriterContextTask
          AsyncQueueWriter task, which will be executed by Context, when Context.execute(ContextTask) is called.
AsyncQueueWriteUnit
          AsyncQueue write data unit
AsyncReadCallbackHandler
          Callback handler interface, used by AsyncQueueReader to notify custom code either about completion of specific ByteBuffer reading or about IO problem, which occured when reading data to a ByteBuffer
AsyncReadCondition
          Interface represents condition, which will be checked when AsyncQueueReader was able to read new portion of data from SelectableChannel, whoch is associated with a SelectionKey.
AsyncWriteCallbackHandler
          Callback handler interface, used by AsyncQueueWriter to notify custom code either about completion of specific ByteBuffer writing or about IO problem, which occured when writing ByteBuffer
ByteBufferCloner
          Cloner, which will be called by AsyncQueueWriter, when ByteBuffer could not be written directly, and will be added to the queue.
 

Classes in com.sun.grizzly.async used by com.sun.grizzly.async
AbstractAsyncQueueReader
           
AbstractAsyncQueueWriter
           
AsyncQueue.AsyncQueueEntry
          AsyncQueue data unit
AsyncQueueDataProcessor
          Interface represents processor class, which could be used either by AsyncQueueWriter for pre processing data, which will be sent on a SelectableChannel; or by AsyncQueueReader for post processing data, which were read from a SelectableChannel.
AsyncQueueReader
           
AsyncQueueReadUnit
          AsyncQueue write data unit
AsyncQueueWriter
          Common interface to be implemented by protocol dependant asynchronous queue writers implementations
AsyncQueueWriteUnit
          AsyncQueue write data unit
AsyncReadCallbackHandler
          Callback handler interface, used by AsyncQueueReader to notify custom code either about completion of specific ByteBuffer reading or about IO problem, which occured when reading data to a ByteBuffer
AsyncReadCondition
          Interface represents condition, which will be checked when AsyncQueueReader was able to read new portion of data from SelectableChannel, whoch is associated with a SelectionKey.
AsyncWriteCallbackHandler
          Callback handler interface, used by AsyncQueueWriter to notify custom code either about completion of specific ByteBuffer writing or about IO problem, which occured when writing ByteBuffer
ByteBufferCloner
          Cloner, which will be called by AsyncQueueWriter, when ByteBuffer could not be written directly, and will be added to the queue.
OperationResult
          Class represents the result of a single I/O operation on async queue.
 

Classes in com.sun.grizzly.async used by com.sun.grizzly.connectioncache.client
AsyncQueueDataProcessor
          Interface represents processor class, which could be used either by AsyncQueueWriter for pre processing data, which will be sent on a SelectableChannel; or by AsyncQueueReader for post processing data, which were read from a SelectableChannel.
AsyncQueueReadable
          Object, which is able to read data to the ByteBuffer asynchronously, using queue.
AsyncQueueReadUnit
          AsyncQueue write data unit
AsyncQueueWritable
          Object, which is able to send ByteBuffer data asynchronously, using queue.
AsyncQueueWriteUnit
          AsyncQueue write data unit
AsyncReadCallbackHandler
          Callback handler interface, used by AsyncQueueReader to notify custom code either about completion of specific ByteBuffer reading or about IO problem, which occured when reading data to a ByteBuffer
AsyncReadCondition
          Interface represents condition, which will be checked when AsyncQueueReader was able to read new portion of data from SelectableChannel, whoch is associated with a SelectionKey.
AsyncWriteCallbackHandler
          Callback handler interface, used by AsyncQueueWriter to notify custom code either about completion of specific ByteBuffer writing or about IO problem, which occured when writing ByteBuffer
ByteBufferCloner
          Cloner, which will be called by AsyncQueueWriter, when ByteBuffer could not be written directly, and will be added to the queue.
 

Classes in com.sun.grizzly.async used by com.sun.grizzly.filter
AsyncQueueDataProcessor
          Interface represents processor class, which could be used either by AsyncQueueWriter for pre processing data, which will be sent on a SelectableChannel; or by AsyncQueueReader for post processing data, which were read from a SelectableChannel.
AsyncWriteCallbackHandler
          Callback handler interface, used by AsyncQueueWriter to notify custom code either about completion of specific ByteBuffer writing or about IO problem, which occured when writing ByteBuffer
 

Classes in com.sun.grizzly.async used by com.sun.grizzly.http
AsyncQueueWriter
          Common interface to be implemented by protocol dependant asynchronous queue writers implementations
AsyncQueueWriteUnit
          AsyncQueue write data unit
AsyncWriteCallbackHandler
          Callback handler interface, used by AsyncQueueWriter to notify custom code either about completion of specific ByteBuffer writing or about IO problem, which occured when writing ByteBuffer
ByteBufferCloner
          Cloner, which will be called by AsyncQueueWriter, when ByteBuffer could not be written directly, and will be added to the queue.
 

Classes in com.sun.grizzly.async used by com.sun.grizzly.ssl
AsyncQueueWriteUnit
          AsyncQueue write data unit
AsyncWriteCallbackHandler
          Callback handler interface, used by AsyncQueueWriter to notify custom code either about completion of specific ByteBuffer writing or about IO problem, which occured when writing ByteBuffer
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.