Uses of Class
com.sun.grizzly.util.SelectionKeyAttachment

Packages that use SelectionKeyAttachment
com.sun.grizzly   
com.sun.grizzly.comet   
com.sun.grizzly.http   
com.sun.grizzly.util   
com.sun.grizzly.websockets   
 

Uses of SelectionKeyAttachment in com.sun.grizzly
 

Subclasses of SelectionKeyAttachment in com.sun.grizzly
 class CallbackHandlerSelectionKeyAttachment
          SelectionKey attachment, which wraps CallbackHandler
 

Uses of SelectionKeyAttachment in com.sun.grizzly.comet
 

Subclasses of SelectionKeyAttachment in com.sun.grizzly.comet
 class CometTask
          A Task implementation that allow Grizzly ARP to invokeCometHandler CometHandler when new data (bytes) are available from the CometSelector.
 

Uses of SelectionKeyAttachment in com.sun.grizzly.http
 

Subclasses of SelectionKeyAttachment in com.sun.grizzly.http
 class KeepAliveThreadAttachment
          Add keep alive counting mechanism to the ThreadAttachment.
 

Uses of SelectionKeyAttachment in com.sun.grizzly.util
 

Subclasses of SelectionKeyAttachment in com.sun.grizzly.util
 class SelectedKeyAttachmentLogic
          allows for custom selector.select logic, if controller detects SelectedKeyAttachmentLogic attachment on a valid key it does not perform anything.
 class 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.
 class SelectionKeyAttachmentWrapper<E>
          SelectionKey attachment utility class.
 class ThreadAttachment
          This object represent the state of a WorkerThread.
 

Uses of SelectionKeyAttachment in com.sun.grizzly.websockets
 

Subclasses of SelectionKeyAttachment in com.sun.grizzly.websockets
 class WebSocketSelectionKeyAttachment
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.