com.sun.grizzly
Interface SelectorHandlerTask

All Known Implementing Classes:
TCPSelectorHandler.ConnectChannelOperation, TCPSelectorHandler.RegisterChannelOperation, TCPSelectorHandler.RegisterKeyOperation, TCPSelectorHandler.RunnableOperation, TCPSelectorHandler.SelectionKeyCancelOperation

public interface SelectorHandlerTask

Task, which may be registered on SelectorHandler and executed in a Selector thread.

Author:
Alexey Stashok

Method Summary
 void run(Context context)
           
 

Method Detail

run

void run(Context context)
         throws IOException
Throws:
IOException


Copyright © 2012 Oracle Corporation. All Rights Reserved.