if( selector == null || ch == null )
{
throw new IllegalArgumentException( "Unknown localAddress: " + localAddress );
}
SelectionKey key = ch.keyFor( selector );
if( key == null )
{
throw new IllegalArgumentException( "Unknown lodalAddress: " + localAddress );
}