org.glassfish.grizzly.nio
Class DefaultSelectorHandler.DeRegisterKeyTask

java.lang.Object
  extended by org.glassfish.grizzly.nio.DefaultSelectorHandler.DeRegisterKeyTask
All Implemented Interfaces:
SelectorHandlerTask
Enclosing class:
DefaultSelectorHandler

protected final class DefaultSelectorHandler.DeRegisterKeyTask
extends java.lang.Object
implements SelectorHandlerTask


Constructor Summary
DefaultSelectorHandler.DeRegisterKeyTask(java.nio.channels.SelectionKey selectionKey, int interest)
           
 
Method Summary
 void cancel()
           
 void run(SelectorRunner selectorRunner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSelectorHandler.DeRegisterKeyTask

public DefaultSelectorHandler.DeRegisterKeyTask(java.nio.channels.SelectionKey selectionKey,
                                                int interest)
Method Detail

run

public void run(SelectorRunner selectorRunner)
         throws java.io.IOException
Specified by:
run in interface SelectorHandlerTask
Throws:
java.io.IOException

cancel

public void cancel()
Specified by:
cancel in interface SelectorHandlerTask


Copyright © 2011 Oracle Corpration. All Rights Reserved.