protected void closeChannel() {
   try {
     channel.close();
   } catch (Exception exc) {
   }
 }