Ejemplo n.º 1
0
 @Override
 public void unregistered(final SelectionKey key) {
   super.unregistered(key);
   teardown();
 }