dev@grizzly.java.net

SelectorHandler API update

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 02 May 2008 19:08:13 +0200

Hi,

for latest release we will have small API update for SelectorHandler.
One method will be added:

     /**
      * Get the preffered SelectionKeyHandler implementation for this
SelectorHandler.
      */
     public Class<? extends SelectionKeyHandler>
getPrefferedSelectionKeyHandler();


This was added, because we wanted to make possible for different
transports to have own preffered SelectionKeyHandlers, which will be
used by default.

Thanks.

WBR,
Alexey.