Exemplo n.º 1
0
 @Override
 protected void doStop() throws Exception {
   super.doStop();
   if (server != null) {
     server.close();
   }
 }