private void registerForReading(SelectionKey key) {
   selectorHandler.register(key, SelectionKey.OP_READ);
 }