@Override
 public void stop() throws Exception {
   if (serverHandle != null) {
     serverHandle.close();
     serverHandle = null;
   }
 }