|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.grizzly.util.SelectionKeyAttachment
com.sun.grizzly.util.SelectionKeyActionAttachment
public abstract 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.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.grizzly.util.SelectionKeyAttachment |
|---|
SelectionKeyAttachment.KeySelectionListener, SelectionKeyAttachment.TimeOutListener |
| Field Summary |
|---|
| Fields inherited from class com.sun.grizzly.util.SelectionKeyAttachment |
|---|
DEREGISTERED, idleTimeoutDelay, keySelectionListener, timeout, timeoutListener, UNLIMITED_TIMEOUT |
| Constructor Summary | |
|---|---|
SelectionKeyActionAttachment()
|
|
| Method Summary | |
|---|---|
abstract void |
postProcess(java.nio.channels.SelectionKey selectionKey)
|
abstract void |
process(java.nio.channels.SelectionKey selectionKey)
|
| 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 |
| Constructor Detail |
|---|
public SelectionKeyActionAttachment()
| Method Detail |
|---|
public abstract void process(java.nio.channels.SelectionKey selectionKey)
public abstract void postProcess(java.nio.channels.SelectionKey selectionKey)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||