@After
 public void shutdown() throws Exception {
   httpclient.close();
   httpServer.stop();
 }
Exemplo n.º 2
0
 @Override
 public void stop() {
   System.out.println("Shutting down https Admin UI server...");
   super.stop();
 }