dev@grizzly.java.net

[Proposal] SelectionKey Management

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Tue, 21 Aug 2007 13:16:00 -0400

Hi,

reading Charlie and Alexey discussion on how the SelectionKey management
code, I came with the following API changes in order to fix the issues
Charlie as pointed out. I've deprecated both SelectionKeyHandler
register/expire and added two new method. Those two methods will allow
the complete removal of the expiring code that was by default added to
the TCPSelectorHandler.

See my last commit for the details. Please let me know what you think. I
can can revert the changes in case we are in disagreement :-)

Thanks

-- Jeanfrancois