コード例 #1
0
 void close() throws Exception {
   if (null != client) {
     client.close();
   }
 }