示例#1
0
 @Override
 protected void stopService() throws Exception {
   acceptor.unbind();
   acceptor.dispose();
 }
 @After
 public void tearDown() throws Exception {
   acceptor.unbind();
   acceptor.dispose();
 }