public abstract SelectionKey keyFor (Selector sel)

Retrieves the key representing the channel's registration with the given selector.

Parameters:
sel     The selector

Returns:  The key returned when this channel was last registered with the given selector, or null if this channel is not currently registered with that selector