184185186187188189190191192193194
} //FAILURE public void selectFailure( VirtualChannelSelector selector, SocketChannel sc, Object attachment, Throwable msg ) { if ( !destroyed ){ msg.printStackTrace(); } listener.connectionError( client, msg ); } };
212213214215216217218219220221222
} } public void selectFailure( VirtualChannelSelector selector, SocketChannel sc, Object attachment, Throwable msg ) { if ( !destroyed ){ msg.printStackTrace(); } listener.connectionError( client, msg ); } };