com.sun.grizzly.util
Class SelectedKeyAttachmentLogic
java.lang.Object
com.sun.grizzly.util.SelectionKeyAttachment
com.sun.grizzly.util.SelectedKeyAttachmentLogic
public abstract class SelectedKeyAttachmentLogic
- extends SelectionKeyAttachment
allows for custom selector.select logic, if controller detects
SelectedKeyAttachmentLogic attachment
on a valid key it does not perform anything.
- Author:
- gustav trede
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectedKeyAttachmentLogic
public SelectedKeyAttachmentLogic()
handleSelectedKey
public abstract void handleSelectedKey(SelectionKey selectionKey)
- used for completely custom selector.select logic.
- Parameters:
selectionKey
-
Copyright © 2009 SUN Microsystems. All Rights Reserved.