org.glassfish.grizzly.web.container.util
Class SelectionKeyActionAttachment
java.lang.Object
org.glassfish.grizzly.web.container.util.SelectionKeyAttachment
org.glassfish.grizzly.web.container.util.SelectionKeyActionAttachment
- Direct Known Subclasses:
- SelectionKeyAttachmentWrapper
public abstract class SelectionKeyActionAttachment
- extends SelectionKeyAttachment
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.
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectionKeyActionAttachment
public SelectionKeyActionAttachment()
process
public abstract void process(SelectionKey selectionKey)
postProcess
public abstract void postProcess(SelectionKey selectionKey)
Copyright © 2009 SUN Microsystems. All Rights Reserved.