コード例 #1
0
 public void disconnect() {
   if (channel != null) channel.close();
 }