1920212223242526
server.start(); new ClientResource("http://localhost:8182").get().write(System.out); server.stop(); } }
5253545556575859606162
connector.start(); System.out.println("done"); Thread.sleep(waitTime); System.out.print("Stopping connector... "); connector.stop(); System.out.println("done"); Thread.sleep(waitTime); System.out.print("Restarting connector... "); connector.start();
606162636465666768
System.out.print("Restarting connector... "); connector.start(); System.out.println("done"); Thread.sleep(waitTime); connector.stop(); } }