com.sun.grizzly.util
Class SelectionKeyActionAttachment
java.lang.Object
com.sun.grizzly.util.SelectionKeyAttachment
com.sun.grizzly.util.SelectionKeyActionAttachment
- Direct Known Subclasses:
- SelectionKeyAttachmentWrapper, ThreadAttachment
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 com.sun.grizzly.util.SelectionKeyAttachment |
getAttachment, getIdleTimeoutDelay, getKeySelectionListener, getTimeout, getTimeoutListener, handleSelectedKey, release, setIdleTimeoutDelay, setKeySelectionListener, setTimeout, setTimeoutListener, timedOut |
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 © 2012 Oracle Corporation. All Rights Reserved.