Uses of Package
com.sun.grizzly.util

Packages that use com.sun.grizzly.util
com.sun.grizzly.util   
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.util
AttributeHolder
          Interface declares common functionality for objects, which could have associated attributes.
ByteBufferFactory.ByteBufferType
          An enumeration of all type of ByteBuffer this object can create.
Copyable
          Copyable objects are able to copy their content to other objects of the same type
DefaultThreadPool
          Thread Pool implementation, based on ThreadPoolExecutor
ExtendedThreadPool
          Thread pool, from which it's possible to gather statistics information, and finer control its execution.
InputReader
          This class implement IO stream operations on top of a ByteBuffer.
InputReader.ChannelType
          The Channel type is used to avoid invoking the instanceof operation when registering the Socket|Datagram Channel to the Selector.
Interceptor
          Simple interception hook used to trap events inside Grizzly core.
IntrospectionUtils.PropertySource
           
ObjectPool
          Basic interface for object pool implementations
SelectionKeyActionAttachment
          Class represents extended version of SelectionKeyAttachment, and introduces process method, which will be called by framework once SelectionKey has some ready event, before actual event processing.
SelectionKeyAttachment
          Basic class for all SelectionKey attachments.
State
          State enum STOPPED - Process is stopped, not running state STARTED - Process is started, running state PAUSED - Process is paused, not processing tasks
StateHolder
          Class, which holds the state.
StateHolder.ConditionListener
          Common ConditionListener class, which could be used with StateHolder, to register custom conditions.
StateHolder.EventListener
          EventListener class, which is a part of EventConditionListener, and implements notificatation logic, when condition becomes true.
ThreadAttachment
          This object represent the state of a WorkerThread.
ThreadLocalRandom
          A random number generator with the same properties as class Random but isolated to the current Thread.
TransferQueue
          A BlockingQueue in which producers may wait for consumers to receive elements.
WorkerThread
          Simple interface to allow the addition of Thread attributes.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.