Uses of Package
com.sun.grizzly.util

Packages that use com.sun.grizzly.util
com.sun.grizzly   
com.sun.grizzly.arp   
com.sun.grizzly.comet   
com.sun.grizzly.connectioncache.server   
com.sun.grizzly.http   
com.sun.grizzly.http.algorithms   
com.sun.grizzly.ssl   
com.sun.grizzly.standalone   
com.sun.grizzly.suspendable   
com.sun.grizzly.tcp   
com.sun.grizzly.util   
com.sun.grizzly.websockets   
 

Classes in com.sun.grizzly.util used by com.sun.grizzly
AttributeHolder
          Interface declares common functionality for objects, which could have associated attributes.
ConnectionCloseHandler
          Simple listener to be used when an application needs to be notified when a a SelectorHandler, ConnectionHandler or SelectionKeyHandler close a connection (ConnectionCloseHandler.locallyClosed(java.nio.channels.SelectionKey)), or when a remote client close the connection (ConnectionCloseHandler.remotlyClosed(java.nio.channels.SelectionKey)).
ConnectionCloseHandlerNotifier
          General interface for ConnectionCloseHandlers notifiers.
Copyable
          Copyable objects are able to copy their content to other objects of the same type
InputReader
          This class implement IO stream operations on top of a ByteBuffer.
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.
SelectionKeyAttachmentWrapper
          SelectionKey attachment utility class.
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.
SupportStateHolder
          Interface implementors support StateHolder for state control
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.arp
InputReader
          This class implement IO stream operations on top of a ByteBuffer.
Interceptor
          Simple interception hook used to trap events inside Grizzly core.
StreamAlgorithm
          Deprecated. Use the ProtocolParser instead.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.comet
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.
SelectedKeyAttachmentLogic
          allows for custom selector.select logic, if controller detects SelectedKeyAttachmentLogic attachment on a valid key it does not perform anything.
SelectionKeyAttachment
          Basic class for all SelectionKey attachments.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.connectioncache.server
ConnectionCloseHandlerNotifier
          General interface for ConnectionCloseHandlers notifiers.
Copyable
          Copyable objects are able to copy their content to other objects of the same type
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.http
AttributeHolder
          Interface declares common functionality for objects, which could have associated attributes.
ConnectionCloseHandlerNotifier
          General interface for ConnectionCloseHandlers notifiers.
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.
GrizzlyExecutorService
           
InputReader
          This class implement IO stream operations on top of a ByteBuffer.
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.
StreamAlgorithm
          Deprecated. Use the ProtocolParser instead.
SupportStateHolder
          Interface implementors support StateHolder for state control
ThreadAttachment
          This object represent the state of a WorkerThread.
ThreadPoolConfig
           
WorkerThread
          Simple interface to allow the addition of Thread attributes.
WorkerThreadImpl
          Simple worker thread used for processing HTTP requests.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.http.algorithms
Interceptor
          Simple interception hook used to trap events inside Grizzly core.
StreamAlgorithm
          Deprecated. Use the ProtocolParser instead.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.ssl
AttributeHolder
          Interface declares common functionality for objects, which could have associated attributes.
Copyable
          Copyable objects are able to copy their content to other objects of the same type
InputReader
          This class implement IO stream operations on top of a ByteBuffer.
StreamAlgorithm
          Deprecated. Use the ProtocolParser instead.
SupportStateHolder
          Interface implementors support StateHolder for state control
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.standalone
Interceptor
          Simple interception hook used to trap events inside Grizzly core.
StreamAlgorithm
          Deprecated. Use the ProtocolParser instead.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.suspendable
ThreadAttachment
          This object represent the state of a WorkerThread.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.tcp
SelectionKeyAttachment.KeySelectionListener
           
SelectionKeyAttachment.TimeOutListener
           
ThreadAttachment
          This object represent the state of a WorkerThread.
 

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 to allow for nice scalability if a good Queue impl is used.
GrizzlyExecutorService
           
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.
SelectionKeyAttachment.KeySelectionListener
           
SelectionKeyAttachment.TimeOutListener
           
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.
ThreadPoolConfig
           
ThreadPoolMonitoringProbe
          Monitoring probe providing callbacks that may be invoked by Grizzly ExtendedThreadPool implementations.
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.
 

Classes in com.sun.grizzly.util used by com.sun.grizzly.websockets
ConnectionCloseHandler
          Simple listener to be used when an application needs to be notified when a a SelectorHandler, ConnectionHandler or SelectionKeyHandler close a connection (ConnectionCloseHandler.locallyClosed(java.nio.channels.SelectionKey)), or when a remote client close the connection (ConnectionCloseHandler.remotlyClosed(java.nio.channels.SelectionKey)).
SelectedKeyAttachmentLogic
          allows for custom selector.select logic, if controller detects SelectedKeyAttachmentLogic attachment on a valid key it does not perform anything.
SelectionKeyAttachment
          Basic class for all SelectionKey attachments.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.