Esempio n. 1
0
 /** Shuts down the Ambry frontend server. */
 @AfterClass
 public static void teardown() {
   if (nettyClient != null) {
     nettyClient.close();
   }
   if (ambryRestServer != null) {
     ambryRestServer.shutdown();
   }
 }