예제 #1
0
 @Override
 public void close() throws IOException {
   try {
     inputSession.stop();
   } catch (InterruptedException e) {
     e.printStackTrace();
   }
 }