org.glassfish.grizzly.nio
Class DefaultSelectorHandler.RegisterKeyTask

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

protected final class DefaultSelectorHandler.RegisterKeyTask
extends Object
implements SelectorHandlerTask


Constructor Summary
DefaultSelectorHandler.RegisterKeyTask(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.RegisterKeyTask

public DefaultSelectorHandler.RegisterKeyTask(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.