Uses of Package
com.sun.grizzly.util

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

Classes in com.sun.grizzly.util used by com.sun.grizzly.tcp
SelectionKeyAttachment
          Basic class for all SelectionKey attachments.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.util
AbstractThreadPool
          Abstract ExtendedThreadPool implementation.
AbstractThreadPool.Worker
           
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.
ConcurrentReferenceHashMap.Option
           
ConcurrentReferenceHashMap.ReferenceType
          An option specifying which Java reference type should be used to refer to a key and/or value.
Copyable
          Copyable objects are able to copy their content to other objects of the same type
ExtendedThreadPool
          Thread pool, from which it's possible to gather statistics information, and finer control its execution.
FixedThreadPool
          minimalistic fixed threadpool.
FixedThreadPool.BasicWorker
           
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.
Utils.Result
           
WorkerThread
          Simple interface to allow the addition of Thread attributes.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.