Exemplo n.º 1
0
 @Override
 protected void stopService() throws Exception {
   acceptor.unbind();
   acceptor.dispose();
 }
Exemplo n.º 2
0
 @After
 public void tearDown() throws Exception {
   acceptor.unbind();
   acceptor.dispose();
 }