Charset cs = Charset.forName(((BootstrapEvent) e).getDefaultCharsetName());
clientCharset.set(cs);
slave.start = System.currentTimeMillis();
slave.setBootstrapEvent(e);
aggregatedBus.post(new ChildBootstrap(slave));
}
@Subscribe
public void receiveQuit(QuitEvent e) {
slave.end = System.currentTimeMillis();