Exemplo n.º 1
0
 public void start() throws Exception {
   if (running.compareAndSet(false, true)) {
     acceptor.start();
     mapper.start();
   }
 }