예제 #1
0
 protected void closeChannel() {
   try {
     channel.close();
   } catch (Exception exc) {
   }
 }