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 Object
implements SelectorHandlerTask


Constructor Summary
DefaultSelectorHandler.DeRegisterKeyTask(SelectionKey selectionKey, int interest)
           
 
Method Summary
 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(SelectionKey selectionKey,
                                                int interest)
Method Detail

run

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


Copyright © 2011 Oracle Corpration. All Rights Reserved.