com.sun.grizzly
Class TCPSelectorHandler.RegisterChannelOperation

java.lang.Object
  extended by com.sun.grizzly.TCPSelectorHandler.RegisterChannelOperation
All Implemented Interfaces:
SelectorHandlerTask
Enclosing class:
TCPSelectorHandler

protected final class TCPSelectorHandler.RegisterChannelOperation
extends Object
implements SelectorHandlerTask


Constructor Summary
TCPSelectorHandler.RegisterChannelOperation(SelectableChannel channel, int interest, Object attachment)
           
 
Method Summary
 void run(Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPSelectorHandler.RegisterChannelOperation

public TCPSelectorHandler.RegisterChannelOperation(SelectableChannel channel,
                                                   int interest,
                                                   Object attachment)
Method Detail

run

public void run(Context context)
         throws IOException
Specified by:
run in interface SelectorHandlerTask
Throws:
IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.