Пример #1
0
 @Override
 protected void stopService() throws Exception {
   acceptor.unbind();
   acceptor.dispose();
 }
Пример #2
0
 @After
 public void tearDown() throws Exception {
   acceptor.unbind();
   acceptor.dispose();
 }